slackbuilds/python/coverage
Dimitris Zlatanidis f404061d13
python/coverage: Updated for version 7.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-06 08:08:41 +07:00
..
README python/coverage: Wrap README at 72 columns. 2022-03-17 12:37:54 -04:00
coverage.SlackBuild python/coverage: Updated for version 7.4.0. 2024-01-06 08:08:41 +07:00
coverage.info python/coverage: Updated for version 7.4.0. 2024-01-06 08:08:41 +07:00
slack-desc

README

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.