DebugClients/Python/coverage/doc/README.txt

changeset 4491
0d8612e24fef
parent 4487
4ba7a8ab24f2
parent 4490
3f58261e7bb1
child 4492
1a958c27b767
equal deleted inserted replaced
4487:4ba7a8ab24f2 4491:0d8612e24fef
1 Coverage.py: code coverage testing for Python
2
3 Coverage.py measures code coverage, typically during test execution. It uses
4 the code analysis tools and tracing hooks provided in the Python standard
5 library to determine which lines are executable, and which have been executed.
6
7 For more information, see http://nedbatchelder.com/code/coverage
8
9 Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy

eric ide

mercurial