TheBeachMaster / Aurora

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Unit Testing

Travis

  1. Installing pytest
$ pip install -U pytest

For Python 3 use the command

 $ pip3 install -U pytest 
  1. Checking pytest version
$ pytest --version  
  1. Running your test
$ pytest -q test.py 

About


Languages

Language:Python 100.0%