(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
1. run the following commnad in your command line:
$ pip install -U pytest
2. check that you install the correct version :
$pytest --version
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
댓글
댓글 쓰기