--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DebugClients/Python3/coverage/doc/README.txt Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,9 @@ +Coverage: code coverage testing for Python + +Coverage measures code coverage, typically 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/coverage + +Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy