thirdparty/coverage/README.txt
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Feb 2009 00:41:36 +0000
changeset 1549 bd07b231fe39
parent 780 042aafcd7dce
permissions -rw-r--r--
Removed updateEntityProperties's transactionality entity.put() is already transactional, and all other methods called do not need transactionality (even so, it is hurtfull that they are run within a transaction). Patch by: Sverre Rabbelier

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