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/

 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  
test  
.hgignore 295 B 6 months ago Make egg source reading work on py2k and py3k, though i don'…
.hgtags 1.1 KB 3 months ago Coverage 3.2
.pylintrc 9.9 KB 5 months ago I don't mind if modules get really long.
CHANGES.txt 12.2 KB 3 months ago Last touches for 3.2 final.
MANIFEST.in 233 B 4 months ago Use Distribute for 3.x, stick with setuptools for 2.x
Makefile 2.0 KB 4 months ago Massive eol whitespace clean-up.
README.txt 426 B 4 months ago Coverage.py is a stupid name. I wonder how much Titus wants…
TODO.txt 7.1 KB 4 months ago Move some cmdline code to a more logical place.
allcoverage.cmd 1.4 KB 4 months ago Adapt the all-Python scripts to the new 3.1 Distribute…
allkits.cmd 508 B 4 months ago Automate the uploading of the kits.
alltests.cmd 1.2 KB 4 months ago Adapt the all-Python scripts to the new 3.1 Distribute…
checkeol.py 1.1 KB 4 months ago More checking in checkeol.py
distribute_setup.py 14.3 KB 4 months ago Use Distribute for 3.x, stick with setuptools for 2.x
ez_setup.py 9.5 KB 13 months ago Initial coverage.py 3.0 beta 1
howto.txt 1.5 KB 3 months ago Last touches for 3.2 final.
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 Massive eol whitespace clean-up.

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