mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
8154560f22
Signed-off-by: B. Watson <yalhcru@gmail.com>
6 lines
277 B
Text
6 lines
277 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.
|