ned / coverage.py (http://nedbatchelder.com/code/coverage)

Coverage.py measures Python code coverage, typically during test execution. Kits are at PyPI: http://pypi.python.org/pypi/coverage/.

Clone this repository (size: 2.3 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/ned/coveragepy/
commit 564: d42ad49a0aac
parent 563: 7143f6ef3fc4
child 565: d1e555161a95
More precise steps. defaultcoverage-3.2b3
Ned Batchelder / ned
4 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
coverage.py /
filename size last modified message
coverage  
doc  
lab  
scripts  
test  
.hgignore 295 B 6 months ago Make egg source reading work on py2k and py3k, though i don'…
.hgtags 836 B 4 months ago Coverage 3.2b2
.pylintrc 9.9 KB 5 months ago I don't mind if modules get really long.
CHANGES.txt 11.7 KB 4 months ago Update CHANGES for 3.2b3
MANIFEST.in 205 B 6 months ago New theory about how to kit for py3k: coverage3k-* kits are…
Makefile 2.1 KB 5 months ago All test files can be linted
README.txt 420 B 9 months ago Point to new docs; more doc tweaks.
TODO.txt 7.9 KB 4 months ago More precise steps.
allkits.cmd 432 B 6 months ago The best way to get py3k support: same source runs on both,…
alltests.cmd 1.2 KB 4 months ago Pass along all the nosetests arguments.
checkeol.py 696 B 8 months ago Py3k: an explicit coverage.py script since setuptools can't…
ez_setup.py 9.5 KB 13 months ago Initial coverage.py 3.0 beta 1
mock.py 8.2 KB 6 months ago The best way to get py3k support: same source runs on both,…
setup.py 2.5 KB 4 months ago Put a teaser for new features in the package docstring.

README

1
2
3
4
5
6
7
8
9
Coverage.py: code coverage testing for Python

Coverage.py measures code coverage, typically during test execution.  It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.

For more information, see http://nedbatchelder.com/code/coverage

Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy