thirdparty/coverage/README.txt
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 03 Mar 2009 23:11:37 +0000
changeset 1613 59e5cc89e509
parent 780 042aafcd7dce
permissions -rw-r--r--
Added student proposal review page. The proposals can now receive a score. Only org admins can assign a mentor. Every mentor can state if he wants to be a possible mentor (or be taken of this list). TODO's have been added for the access check, comment system and autocomplete. 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