Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 156 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 156 Bytes

Running tests

With coverage:

coverage run -m unittest discover tests && coverage html

Without coverage:

python -m unittest discover tests