slackbuilds/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
..
README python/coverage: Added (Code coverage measurement for Python). 2014-01-29 23:21:02 -06:00
coverage.SlackBuild python/coverage: Updated for version 4.0a5. 2015-02-21 06:16:10 +07:00
coverage.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/coverage: Added (Code coverage measurement for Python). 2014-01-29 23:21:02 -06:00

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.