thirdparty/coverage/README.txt
changeset 780 042aafcd7dce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thirdparty/coverage/README.txt	Thu Jan 08 15:31:33 2009 +0000
@@ -0,0 +1,7 @@
+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