Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-coverage - Code coverage testing module for Python
- 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-3.0.1-2.el6.x86_64
[71 KiB] |
Changelog
by David Malcolm (2010-06-28):
- require python-setuptools at run-time (556290)
- don't add tracer.so to the provides
- fix License metadata
- remove executable permissions from many files that don't need it
|