mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
c98080fb5d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
278 B
Text
5 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.
|