Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 321 Bytes

coverage.md

File metadata and controls

15 lines (11 loc) · 321 Bytes

Coverage

$ pip install coverage
$ coverage run -m unittest
$ coverage report
$ coverage html
$ cd htmlcov/
$ open index.html