From fdc2ae80c3ea59e814759b381a1847d967f8805b Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 15 Jul 2011 15:46:52 -0500 Subject: [PATCH] DOC: Update coverage instructions. --- DEVELOPMENT.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.txt b/DEVELOPMENT.txt index e7b83e31..f947349f 100644 --- a/DEVELOPMENT.txt +++ b/DEVELOPMENT.txt @@ -44,8 +44,9 @@ Guidelines Test coverage ````````````` Tests for a module should ideally cover all code in that module, i.e. statement -coverage should be at 100%. To measure the test coverage, install ``_ and then run:: +coverage should be at 100%. To measure the test coverage, install `coverage.py +`__ (using ``easy_install coverage``) +and then run:: $ make coverage