From cabbc0fd96c71e34c65b64febdac019681055c7a Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 10 Mar 2013 21:21:27 -0400 Subject: [PATCH] DOC: added a note that coverage script is python-coverage on Debian systems --- DEVELOP | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOP b/DEVELOP index cddf4456..09bf7277 100644 --- a/DEVELOP +++ b/DEVELOP @@ -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