python-coverage - Code coverage testing module for Python
Website: | http://nedbatchelder.com/code/modules/coverage.html |
---|---|
License: | BSD |
Vendor: | Fedora Project <http://bugzilla.redhat.com/bugzilla> |
- Description:
Coverage.py is a Python 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
python-coverage-2.85-2.el4.noarch [40 KiB] |
Changelog
by Tom "spot" Callaway (2009-05-15):
- fix install invocation - EPEL version handles egg creation |