Skip to content

TheBeachMaster/Aurora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%