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

This commit is contained in:
Yaroslav Halchenko 2013-03-10 21:21:27 -04:00
parent 5e5eaaf838
commit cabbc0fd96

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