summaryrefslogtreecommitdiffstats
path: root/python/coverage/README
blob: b764d3e6929729c72c438a1ebdc33f83fc23defa (plain)
1
2
3
4
5
6
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.