mirror of https://github.com/mahmoud/boltons.git
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
|
; 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
|