[TIP] ANN: Coverage.py v3.0.1

Ned Batchelder ned at nedbatchelder.com
Tue Jul 7 04:26:12 PDT 2009


I've just released v3.0.1 of coverage.py, my code coverage measurement 
package for Python code.  This release fixes a few problems with 
measuring code.

I didn't announce v3.0 final here when I released it three weeks ago.  
V3.0 is a major re-factoring of coverage.py, including a trace function 
written in C for much faster measurement, and an HTML reporting facility.

Coverage.py is available from PyPI 
(http://pypi.python.org/pypi/coverage), with docs at my site 
(http://nedbatchelder.com/code/coverage) and bug tracking and code 
repository at bitbucket (http://bitbucket.org/ned/coveragepy).

--Ned.

-- 
Ned Batchelder, http://nedbatchelder.com





More information about the testing-in-python mailing list