Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
github mirror of Ned Batchelder's coverage.py
- Host: GitHub
- URL: https://github.com/calvinchengx/coveragepy
- Owner: calvinchengx
- Created: 2011-11-18T03:28:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-18T03:29:35.000Z (about 13 years ago)
- Last Synced: 2024-11-16T01:36:57.827Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- 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