thirdparty/coverage/README.txt
author Daniel Hans <daniel.m.hans@gmail.com>
Sun, 08 Nov 2009 12:08:05 -0800
changeset 3081 14077185c46e
parent 780 042aafcd7dce
permissions -rw-r--r--
Adds a new property to taggable which automatically deletes an empty tag. Reviewed by: Lennard de Rijk

Coverage: code coverage testing for Python

Coverage.py is a Python module that measures code coverage 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/modules/coverage.html