(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

댓글

이 블로그의 인기 게시물

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

(C++) new를 통한 객체 생성 vs 그냥 객체 생성

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