thirdparty/coverage/README.txt
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 17:19:25 +0000
changeset 1752 255117ccd6a0
parent 780 042aafcd7dce
permissions -rw-r--r--
The student proposal public page can now be used to place a public comment. Developers, Hosts, and the student/org_admin/mentor that this proposal is from/directed to can leave a comment. All the comments placed will show up on the review page aswell, and vica versa. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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