python3-coverage - Code coverage testing module for Python 3
Website: | http://nedbatchelder.com/code/modules/coverage.html |
---|---|
License: | BSD and (MIT or GPLv2) |
- Description:
Coverage.py is a Python 3 module that measures code coverage during Python 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.
Packages
python3-coverage-3.7.1-1m.mo8.x86_64 [147 KiB] |
Changelog
by Yohsuke Ooi (2014-01-03):
- (3.7.1-1m) - update 3.7.1 |