DOC: added a note that coverage script is python-coverage on Debian systems

pull/139/merge
Yaroslav Halchenko 2013-03-10 21:21:27 -04:00
parent 5e5eaaf838
commit cabbc0fd96
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ missing branches. Also see http://nedbatchelder.com/code/coverage/branch.html
for more details.
Install the package python-coverage to visualise your test coverage. Run the
following:
following (note: on Debian-based systems, the script is called
`python-coverage`):
coverage run fail2ban-testcases
coverage html