SlackBuildsOrg/python/coverage
Dimitris Zlatanidis 020a929cb0
python/coverage: Updated for version 4.3.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2017-01-21 07:04:40 +07:00
..
coverage.info python/coverage: Updated for version 4.3.4. 2017-01-21 07:04:40 +07:00
coverage.SlackBuild python/coverage: Updated for version 4.3.4. 2017-01-21 07:04:40 +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.