Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 284 Bytes

testing_and_coverage.rst

File metadata and controls

8 lines (5 loc) · 284 Bytes

Testing and Code Coverage

We run all the unit tests with tox. This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4 should also be fully supported). This will also print out a code coverage report.

$ tox