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 |