slackbuilds_ponce/python/coverage
Dimitris Zlatanidis 2b884fb4a4
python/coverage: Updated for version 6.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-17 12:59:47 +07:00
..
coverage.info
coverage.SlackBuild
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.