slackbuilds_ponce/python/coverage
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
coverage.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
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.