You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 150f92a986 python/coverage: Updated for version 4.4. 9 years ago
..
README python/coverage: Added (Code coverage measurement for Python). 12 years ago
coverage.SlackBuild python/coverage: Updated for version 4.4. 9 years ago
coverage.info python/coverage: Updated for version 4.4. 9 years ago
slack-desc python/coverage: Added (Code coverage measurement for Python). 12 years ago

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.