Code coverage measurement for Python

Edit Package python-coverage
http://pypi.python.org/coverage

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.

Refresh
Refresh
Source Files
Filename Size Changed
coverage-7.2.2.tar.gz 0000812407 793 KB
python-coverage.changes 0000052348 51.1 KB
python-coverage.spec 0000003862 3.77 KB
Revision 54 (latest revision is 62)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074499 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
- update to 7.2.2:
  * Fix: if a virtualenv was created inside a source directory,
    and a sourced package was installed inside the virtualenv,
    then all of the third-party packages inside the virtualenv
    would be measured.  This was incorrect, but
    has now been fixed: only the specified packages will be
    measured.
  * Fix: the ``coverage lcov`` command could create a .lcov file
    with incorrect LF (lines found) and LH (lines hit) totals
  * Fix: the ``coverage xml`` command on Windows could create a
    .xml file with duplicate ``<package>`` elements.
Comments 0
openSUSE Build Service is sponsored by