Thanks to visit codestin.com
Credit goes to github.com

Skip to content

edfactor/coveragepy-test-ai

 
 

Repository files navigation

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

About

The code coverage tool for Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 72.1%
  • HTML 19.2%
  • JavaScript 2.8%
  • C 2.3%
  • CSS 2.0%
  • SCSS 0.9%
  • Other 0.7%