Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msabramo/coverage.py

Experimental fork of ssh://[email protected]/ned/coveragepy
https://github.com/msabramo/coverage.py

Last synced: 28 days ago
JSON representation

Experimental fork of ssh://[email protected]/ned/coveragepy

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