@@ -71,7 +71,8 @@ time or change existing behaviors in order to make them less surprising/more use
71
71
Thanks `@milliams `_ for the complete PR (`#1428 `_).
72
72
73
73
* New ``--doctest-report `` option available to change the output format of diffs
74
- when running (failing) doctests.
74
+ when running (failing) doctests (implements `#1749 `_).
75
+ Thanks `@hartym `_ for the PR.
75
76
76
77
* New ``name `` argument to ``pytest.fixture `` decorator which allows a custom name
77
78
for a fixture (to solve the funcarg-shadowing-fixture problem).
@@ -317,6 +318,7 @@ time or change existing behaviors in order to make them less surprising/more use
317
318
.. _#1664 : https://github.com/pytest-dev/pytest/pull/1664
318
319
.. _#1684 : https://github.com/pytest-dev/pytest/pull/1684
319
320
.. _#1723 : https://github.com/pytest-dev/pytest/pull/1723
321
+ .. _#1749 : https://github.com/pytest-dev/pytest/issues/1749
320
322
321
323
.. _@DRMacIver : https://github.com/DRMacIver
322
324
.. _@RedBeardCode : https://github.com/RedBeardCode
@@ -331,6 +333,7 @@ time or change existing behaviors in order to make them less surprising/more use
331
333
.. _@fengxx : https://github.com/fengxx
332
334
.. _@flub : https://github.com/flub
333
335
.. _@graingert : https://github.com/graingert
336
+ .. _@hartym : https://github.com/hartym
334
337
.. _@kalekundert : https://github.com/kalekundert
335
338
.. _@kvas-it : https://github.com/kvas-it
336
339
.. _@marscher : https://github.com/marscher
0 commit comments