thirdparty/coverage/README.txt
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 13 Apr 2009 21:32:29 +0000
changeset 2180 7b8dcd7aab75
parent 780 042aafcd7dce
permissions -rw-r--r--
Fix a bug in duplicate detection This is caused by AppEngine's inability to sort a query when the inequality or IN operator is used. See also [0]. [0] http://code.google.com/p/googleappengine/issues/detail?id=1100 Patch by: Sverre Rabbelier and 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