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.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/coverage: Added (Code coverage measurement for Python). 12 years ago
coverage.SlackBuild python/coverage: Updated for version 4.0a5. 11 years ago
coverage.info Multiple: Fixed .info file (removed pysetuptools) 10 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.