Path to this page:
./
devel/py-test-cov,
Pytest plugin for measuring coverage
Branch: CURRENT,
Version: 5.0.0,
Package name: py311-test-cov-5.0.0,
Maintainer: pkgsrc-usersThis plugin produces coverage reports. It supports centralised
testing and distributed testing in both load and each modes. It
also supports coverage of subprocesses.
Required to run:[
devel/py-setuptools] [
devel/py-coverage] [
devel/py-test] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 61.564 KB
Version history: (Expand)
- (2024-04-12) Updated to version: py311-test-cov-5.0.0
- (2023-05-26) Updated to version: py310-test-cov-4.1.0
- (2022-11-08) Updated to version: py310-test-cov-4.0.0
- (2022-08-24) Updated to version: py310-test-cov-3.0.0
- (2022-01-05) Updated to version: py39-test-cov-2.12.1nb1
- (2021-10-07) Updated to version: py39-test-cov-2.12.1
CVS history: (Expand)
2024-04-12 11:52:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-cov: updated to 5.0.0
5.0.0 (2024-03-24)
* Removed support for xdist rsync (now deprecated).
* Switched docs theme to Furo.
* Various legacy Python cleanup and CI improvements.
* Added a ``pyproject.toml`` example in the docs.
* Modernized project's pre-commit hooks to use ruff. Initial POC contributed by
|
2023-05-26 21:51:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-cov: updated to 4.1.0
4.1.0 (2023-05-24)
------------------
* Updated CI with new Pythons and dependencies.
* Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0.
* Optimized summary generation to not be performed if no reporting is active \
(for example,
when ``--cov-report=''`` is used without ``--cov-fail-under``).
* Added support for JSON reporting.
* Refactored code to use f-strings.
* Fixed a skip in the test suite for some old xdist.
|
2022-11-08 14:50:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-cov: updated to 4.0.0
4.0.0 (2022-09-28)
------------------
**Note that this release drops support for multiprocessing.**
* `--cov-fail-under` no longer causes `pytest --collect-only` to fail
* Dropped support for multiprocessing (mostly because `issue 82408 \
<https://github.com/python/cpython/issues/82408>`_). This feature was
mostly working but very broken in certain scenarios and made the test suite \
very flaky and slow.
There is builtin multiprocessing support in coverage and you can migrate to \
that. All you need is this in your
``.coveragerc``::
[run]
concurrency = multiprocessing
parallel = true
sigterm = true
* Fixed deprecation in ``setup.py`` by trying to import setuptools before distutils.
* Removed undesirable new lines that were displayed while reporting was disabled.
* Documentation fixes.
* Added support for LCOV output format via `--cov-report=lcov`. Only works with \
coverage 6.3+.
* Modernized pytest hook implementation.
|
2022-08-24 12:08:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-test-cov: update to 3.0.0.
3.0.0 (2021-10-04)
-------------------
**Note that this release drops support for Python 2.7 and Python 3.5.**
* Added support for Python 3.10 and updated various test dependencies.
Contributed by Hugo van Kemenade in
`#500 <https://github.com/pytest-dev/pytest-cov/pull/500>`_.
* Switched from Travis CI to GitHub Actions. Contributed by Hugo van Kemenade in
`#494 <https://github.com/pytest-dev/pytest-cov/pull/494>`_ and
`#495 <https://github.com/pytest-dev/pytest-cov/pull/495>`_.
* Add a ``--cov-reset`` CLI option.
Contributed by Danilo Šegan in
`#459 <https://github.com/pytest-dev/pytest-cov/pull/459>`_.
* Improved validation of ``--cov-fail-under`` CLI option.
Contributed by ... Ronny Pfannschmidt's desire for skark in
`#480 <https://github.com/pytest-dev/pytest-cov/pull/480>`_.
* Dropped Python 2.7 support.
Contributed by Thomas Grainger in
`#488 <https://github.com/pytest-dev/pytest-cov/pull/488>`_.
* Updated trove classifiers. Contributed by Michał Bielawski in
`#481 <https://github.com/pytest-dev/pytest-cov/pull/481>`_.
2.13.0 (2021-06-01)
-------------------
* Changed the `toml` requirement to be always be directly required (instead of \
being required through a coverage extra).
This fixes issues with pip-compile (`pip-tools#1300 \
<https://github.com/jazzband/pip-tools/issues/1300>`_).
Contributed by Sorin Sbarnea in `#472 \
<https://github.com/pytest-dev/pytest-cov/pull/472>`_.
* Documented ``show_contexts``.
Contributed by Brian Rutledge in `#473 \
<https://github.com/pytest-dev/pytest-cov/pull/473>`_.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-09 22:00:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-cov: updated to 2.12.1
2.12.1 (2021-06-01)
-------------------
* Changed the `toml` requirement to be always be directly required (instead of \
being required through a coverage extra).
This fixes issues with pip-compile.
* Documented ``show_contexts``.
|