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 f404061d13
python/coverage: Updated for version 7.4.0.
2 years ago
..
README python/coverage: Wrap README at 72 columns. 4 years ago
coverage.SlackBuild python/coverage: Updated for version 7.4.0. 2 years ago
coverage.info python/coverage: Updated for version 7.4.0. 2 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.