slackbuilds_ponce/python/coverage
Dimitris Zlatanidis 1d0748da87
python/coverage: Updated for version 6.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-10 07:43:10 +07:00
..
coverage.info python/coverage: Updated for version 6.5.0. 2022-12-10 07:43:10 +07:00
coverage.SlackBuild python/coverage: Updated for version 6.5.0. 2022-12-10 07:43:10 +07:00
README
slack-desc

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.