-
-
Notifications
You must be signed in to change notification settings - Fork 448
The code coverage tool for Python
License
nedbat/coveragepy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Coverage: code coverage testing for Python Coverage.py is a Python package that measures code coverage 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/modules/coverage.html The code is hosted at http://bitbucket.org/ned/coveragepy
About
The code coverage tool for Python