/Aurora

Primary LanguagePython

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