Skip to content

Commit a0ad9e3

Browse files
committed
Preparing release version 3.2.4
1 parent 22cff03 commit a0ad9e3

File tree

17 files changed

+89
-16
lines changed

17 files changed

+89
-16
lines changed

CHANGELOG.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,53 @@
88
99
.. towncrier release notes start
1010
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+
1158
Pytest 3.2.3 (2017-10-03)
1259
=========================
1360

changelog/1505.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/1997.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2658.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2775.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2819.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2856.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2882.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2893.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2903.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)