Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msabramo/coverage.py
- Owner: msabramo
- Created: 2012-06-22T17:48:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-25T16:26:01.000Z (over 12 years ago)
- Last Synced: 2024-05-09T20:45:39.071Z (8 months ago)
- Language: Python
- Size: 8.44 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
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