thirdparty/coverage/README.txt
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 27 Feb 2009 10:52:28 +0000
changeset 1540 f6b0582fc087
parent 780 042aafcd7dce
permissions -rw-r--r--
Revert "Make the input values 100% width." This reverts r2173, see r2101 for details. Patch by: SVerre Rabbelier

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