An open API service indexing awesome lists of open source software.

https://github.com/calvinchengx/coveragepy

github mirror of Ned Batchelder's coverage.py
https://github.com/calvinchengx/coveragepy

Last synced: 3 months ago
JSON representation

github mirror of Ned Batchelder's coverage.py

Awesome Lists containing this project

README

        

Coverage.py: code coverage testing for Python

Coverage.py 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