|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -2.7.2.dev0 (unreleased) |
5 |
| ------------------------ |
| 4 | +2.8.0 (2019-09-30) |
| 5 | +------------------ |
6 | 6 |
|
7 |
| -* Added --cov-context option for setting the coverage.py dynamic context for |
8 |
| - each test. |
9 |
| -* Match pytest-xdist master/worker terminology. |
10 |
| - Contributed in `#321 <https://github.com/pytest-dev/pytest-cov/pull/321>`_ |
| 7 | +* Added compatibility with future xdist release that deprecates some internals |
| 8 | + (match pytest-xdist master/worker terminology). |
| 9 | + Contributed by Thomas Grainger in `#321 <https://github.com/pytest-dev/pytest-cov/pull/321>`_ |
| 10 | +* Fixed breakage that occurs when multiple reporting options are used. |
| 11 | + Contributed by Thomas Grainger in `#338 <https://github.com/pytest-dev/pytest-cov/pull/338>`_. |
| 12 | +* Changed internals to use a stub instead of ``os.devnull``. |
| 13 | + Contributed by Thomas Grainger in `#332 <https://github.com/pytest-dev/pytest-cov/pull/332>`_. |
| 14 | +* Added support for Coverage 5.0. |
| 15 | + Contributed by Ned Batchelder in `#319 <https://github.com/pytest-dev/pytest-cov/pull/319>`_. |
| 16 | +* Added support for float values in ``--cov-fail-under``. |
| 17 | + Contributed by Martín Gaitán in `#311 <https://github.com/pytest-dev/pytest-cov/pull/311>`_. |
| 18 | +* Various documentation fixes. Contributed by |
| 19 | + Juanjo Bazán, |
| 20 | + Andrew Murray and |
| 21 | + Albert Tugushev in |
| 22 | + `#298 <https://github.com/pytest-dev/pytest-cov/pull/298>`_, |
| 23 | + `#299 <https://github.com/pytest-dev/pytest-cov/pull/299>`_ and |
| 24 | + `#307 <https://github.com/pytest-dev/pytest-cov/pull/307>`_. |
| 25 | +* Various testing improvements. Contributed by |
| 26 | + Ned Batchelder, |
| 27 | + Daniel Hahler, |
| 28 | + Ionel Cristian Mărieș and |
| 29 | + Hugo van Kemenade in |
| 30 | + `#313 <https://github.com/pytest-dev/pytest-cov/pull/313>`_, |
| 31 | + `#314 <https://github.com/pytest-dev/pytest-cov/pull/314>`_, |
| 32 | + `#315 <https://github.com/pytest-dev/pytest-cov/pull/315>`_, |
| 33 | + `#316 <https://github.com/pytest-dev/pytest-cov/pull/316>`_, |
| 34 | + `#325 <https://github.com/pytest-dev/pytest-cov/pull/325>`_, |
| 35 | + `#326 <https://github.com/pytest-dev/pytest-cov/pull/326>`_, |
| 36 | + `#334 <https://github.com/pytest-dev/pytest-cov/pull/334>`_ and |
| 37 | + `#335 <https://github.com/pytest-dev/pytest-cov/pull/335>`_. |
11 | 38 |
|
12 | 39 | 2.7.1 (2019-05-03)
|
13 | 40 | ------------------
|
|
0 commit comments