(Python) pytest 설치하기 (pytest installation in Mac OS)

The Java has a Junit Test Framework.(TDD)
It is more generally used in Many Java Programmer.

Python has a Pytest Test Tool.

It will show you how to install the Pytest Framework.
this python version is 3.6 and in Mac OS
Before to install the package, you need to install pip


Install pytest


1. run the following commnad in your command line:

$ pip install -U pytest

2. check that you install the correct version :
$pytest --version

댓글

이 블로그의 인기 게시물

(네트워크)폴링방식 vs 롱 폴링방식

(ElasticSearch) 결과에서 순서 정렬

(18장) WebSocekt과 STOMP를 사용하여 메시징하기