mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
6 lines
278 B
Text
6 lines
278 B
Text
|
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.
|