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 511: da052544181e
parent 510: 9231251c603e
child 512: 657dcba6fa12
Coverage 3.2b1 defaultcoverage-3.2b1
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 668 B 4 months ago Coverage 3.2b1
.pylintrc 9.9 KB 5 months ago I don't mind if modules get really long.
CHANGES.txt 10.4 KB 4 months ago Nearing 3.2b1
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.7 KB 4 months ago Put a teaser for new features in the package docstring.
allkits.cmd 432 B 6 months ago The best way to get py3k support: same source runs on both,…
alltests.cmd 971 B 5 months ago Create proper data to start, then clean up at the end,…
checkeol.py 696 B 9 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