thirdparty/coverage/README.txt
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 15 May 2009 12:37:01 +0200
changeset 2312 71a5bc0f0398
parent 780 042aafcd7dce
permissions -rw-r--r--
Revert not finished 1000 limitation fix commit (ef7222d484). We are going to put this into separate branch until it's finished.

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