DebugClients/Python3/coverage/doc/README.txt

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

eric ide

mercurial