DOC: Update coverage instructions.

This commit is contained in:
Stefan van der Walt
2011-07-15 15:46:52 -05:00
parent 2f503eae0b
commit fdc2ae80c3
+3 -2
View File
@@ -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 `<coverage.py
http://nedbatchelder.com/code/coverage/>`_ and then run::
coverage should be at 100%. To measure the test coverage, install `coverage.py
<http://nedbatchelder.com/code/coverage/>`__ (using ``easy_install coverage``)
and then run::
$ make coverage