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.3.2.tar.gz 0000764541 747 KB
python-coverage.changes 0000058367 57 KB
python-coverage.spec 0000003894 3.8 KB
Latest Revision
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1129470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 61)
- update to 7.3.2:
  * The ``coverage lcov`` command ignored the ``[report]
    exclude_lines`` and ``[report] exclude_also`` settings
  * Sometimes SQLite will create journal files alongside the
    coverage.py database files.  These are ephemeral, but could
    be mistakenly included when combining data files.
  * On Python 3.12+, we now disable SQLite writing journal files,
    which should be a little faster.
  * The new 3.12 soft keyword ``type`` is properly bolded in HTML
    reports.
  * Removed the "fullcoverage" feature used by CPython to measure
    the coverage of early-imported standard library modules.
Comments 0
openSUSE Build Service is sponsored by