(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

댓글

이 블로그의 인기 게시물

(Garbage Collection) Old Area의 Concurrent Mark-sweep 알고리즘

(Pytorch) DataLoder 클래스

(데이터베이스) HAVING절과 WHERE 절의 차이