thirdparty/coverage/README.txt
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 04 Feb 2009 23:09:28 +0000
changeset 1216 ec4f1dd84b39
parent 780 042aafcd7dce
permissions -rw-r--r--
Make the ToS text in-line and hook up thick-box in the help-text. This way the user can see the ToS in scrollable form between the link_id and the 'agree to tos' checkbox. Also, when clicking on the link to the 'side-wide terms of service' a thickbox will pop up and display the Terms of Service in an overlay. Patch by: "Mario Ferraro" <fadinlight@gmail.com>

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