Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-08-21 23:54:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.10.1

2.10.1
* Support for ``pytest-xdist`` 2.0, which breaks compatibility with \ 
``pytest-xdist`` before 1.22.3 (from 2017).
* Fixed the ``LocalPath has no attribute startswith`` failure that occurred when \ 
using the ``pytester`` plugin
  in inline mode.
   2020-06-16 20:22:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.10.0

2.10.0:
Improved the --no-cov warning. Now it's only shown if --no-cov is present before \ 
--cov.
Removed legacy pytest support. Changed setup.py so that pytest>=4.6 is required.
   2020-05-27 17:02:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.9.0

2.9.0:
* Fixed ``RemovedInPytest4Warning`` when using Pytest 3.10.
* Made pytest startup faster when plugin not active by lazy-importing.
* Various CI improvements.
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
* Changed ``--cov-append`` to always enable ``data_suffix`` (a coverage setting).
  Contributed by Harm Geerts in
* Changed ``--cov-append`` to handle loading previous data better
  (fixes various path aliasing issues).
* Various other testing improvements, github issue templates, example updates.
* Fixed internal failures that are caused by tests that change the current \ 
working directory by
  ensuring a consistent working directory when coverage is called.
   2020-05-16 11:03:23 by Adam Ciarcinski | Files touched by this commit (11)
Log message:
fix pytest versioned dep.
   2020-05-16 10:54:05 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
pytest from versioned depends
   2019-10-16 18:41:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.8.1

2.8.1:
* Fixed regression when only certain reports (html or xml) are used then \ 
``--cov-fail-under`` always fails.

2.8.0:
* Fixed ``RecursionError`` that can occur when using
  `cleanup_on_signal \ 
<https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-got-custom-signal-handling>`__ \ 
or
  `cleanup_on_sigterm \ 
<https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-got-custom-signal-handling>`__.
  The 2.7.x releases of pytest-cov should be considered broken regarding \ 
aforementioned cleanup API.
* Added compatibility with future xdist release that deprecates some internals
  (match pytest-xdist master/worker terminology).
* Fixed breakage that occurs when multiple reporting options are used.
* Changed internals to use a stub instead of ``os.devnull``.
* Added support for Coverage 5.0.
* Added support for float values in ``--cov-fail-under``.
* Various documentation fixes.
* Various testing improvements.
* Added the ``--cov-context`` CLI options that enables coverage contexts. Only \ 
works with coverage 5.0+.
   2019-05-04 09:59:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.7.1

2.7.1:
* Fixed source distribution manifest so that garbage ain't included in the tarball.

2.7.0:
* Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' \ 
error when --no-cov is used.
* Various testing and CI improvements.
* Improved documentation regarding subprocess and multiprocessing.
* Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal \ 
deliveries while signal handling is
  running won't break stuff).
* Added pytest_cov.embed.cleanup_on_signal for customized cleanup.
* Improved cleanup code and fixed various issues with leftover data files.
* Improved examples. Now there are two examples for the common project layouts, \ 
complete with working coverage
  configuration. The examples have CI testing.
* Improved help text for CLI options.
   2019-01-07 09:43:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.6.1

2.6.1:
* Added support for Pytest 4.1.
* Various test and docs fixes.
* Fixed the "Module already imported".
   2018-09-06 16:10:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-cov: updated to 2.6.0

2.6.0:
Dropped support for Python < 3.4, Pytest < 3.5 and Coverage < 4.4.
Fixed some documentation formatting. Contributed by Jean Jordaan and Julian.
Added an example with addopts in documentation.
Fixed TypeError: 'NoneType' object is not iterable in certain xdist configurations.
Added a no_cover marker and fixture.
Fixed broken no_cover check when running doctests.
Fixed various issues with path normalization in reports (when combining coverage \ 
data from parallel mode).
Report generation failures don’t raise exceptions anymore. A warning will be \ 
logged instead.
Fixed multiprocessing issue on Windows (empty env vars are not passed).
   2018-08-14 16:29:31 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
pytest-cov: minor polishing

Next | Query returned 25 messages, browsing 11 to 20 | Previous