thirdparty/coverage/README.txt
author Mario Ferraro <fadinlight@gmail.com>
Sat, 08 Aug 2009 18:42:22 +0100
changeset 2738 5723f329d098
parent 780 042aafcd7dce
permissions -rw-r--r--
Upgrade to jQuery library to 1.3.2 version. This will allow us to use also the new Event object (for example for publish/subscribe pattern) along with some plugins (like Colorbox) which work only with newer (>=1.3) jQuery versions. Some further testing is suggested.

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