boltons/tests/.coveragerc

10 lines
229 B
Plaintext
Raw Normal View History

; command for getting a coverage report:
; py.test --doctest-modules --cov=boltons --cov-report html --cov-config tests/.coveragerc tests/ boltons/
; (run from project directory)
[run]
branch = True
[html]
directory = htmlcov