|
8 | 8 |
|
9 | 9 | .. towncrier release notes start |
10 | 10 |
|
| 11 | +Pytest 3.2.4 (2017-11-13) |
| 12 | +========================= |
| 13 | + |
| 14 | +Bug Fixes |
| 15 | +--------- |
| 16 | + |
| 17 | +- Fix the bug where running pytest with "--pyargs" will result in Items with |
| 18 | + empty "parent.nodeid" if run from a different root directory. (`#2775 |
| 19 | + <https://github.com/pytest-dev/pytest/issues/2775>`_) |
| 20 | + |
| 21 | +- Fix issue with @pytest.parametrize if argnames was specified as kwarg. |
| 22 | + (`#2819 <https://github.com/pytest-dev/pytest/issues/2819>`_) |
| 23 | + |
| 24 | +- Strip whitespace from marker names when reading them from INI config. (`#2856 |
| 25 | + <https://github.com/pytest-dev/pytest/issues/2856>`_) |
| 26 | + |
| 27 | +- Show full context of doctest source in the pytest output, if the lineno of |
| 28 | + failed example in the docstring is < 9. (`#2882 |
| 29 | + <https://github.com/pytest-dev/pytest/issues/2882>`_) |
| 30 | + |
| 31 | + |
| 32 | +Improved Documentation |
| 33 | +---------------------- |
| 34 | + |
| 35 | +- Introduce a dedicated section about conftest.py. (`#1505 |
| 36 | + <https://github.com/pytest-dev/pytest/issues/1505>`_) |
| 37 | + |
| 38 | +- Explicitly mention ``xpass`` in the documentation of ``xfail``. (`#1997 |
| 39 | + <https://github.com/pytest-dev/pytest/issues/1997>`_) |
| 40 | + |
| 41 | +- Append example for pytest.param in the example/parametrize document. (`#2658 |
| 42 | + <https://github.com/pytest-dev/pytest/issues/2658>`_) |
| 43 | + |
| 44 | +- Clarify language of proposal for fixtures parameters (`#2893 |
| 45 | + <https://github.com/pytest-dev/pytest/issues/2893>`_) |
| 46 | + |
| 47 | +- List python 3.6 in the documented supported versions in the getting started |
| 48 | + document. (`#2903 <https://github.com/pytest-dev/pytest/issues/2903>`_) |
| 49 | + |
| 50 | +- Clarify the documentation of available fixture scopes. (`#538 |
| 51 | + <https://github.com/pytest-dev/pytest/issues/538>`_) |
| 52 | + |
| 53 | +- Add documentation about the ``python -m pytest`` invocation adding the |
| 54 | + current directory to sys.path. (`#911 |
| 55 | + <https://github.com/pytest-dev/pytest/issues/911>`_) |
| 56 | + |
| 57 | + |
11 | 58 | Pytest 3.2.3 (2017-10-03) |
12 | 59 | ========================= |
13 | 60 |
|
|
0 commit comments