|
20 | 20 | * Report teardown output on test failure (`#442`_). |
21 | 21 | Thanks `@matclab`_ or the PR. |
22 | 22 |
|
23 | | -* |
| 23 | +* Fix teardown error message in generated xUnit XML. |
| 24 | + Thanks `@gdyuldin`_ or the PR. |
24 | 25 |
|
25 | 26 | * |
26 | 27 |
|
27 | 28 |
|
28 | 29 | .. _@cwitty: https://github.com/cwitty |
29 | 30 | .. _@okulynyak: https://github.com/okulynyak |
30 | 31 | .. _@matclab: https://github.com/matclab |
| 32 | +.. _@gdyuldin: https://github.com/gdyuldin |
31 | 33 |
|
32 | 34 | .. _#442: https://github.com/pytest-dev/pytest/issues/442 |
33 | 35 | .. _#1976: https://github.com/pytest-dev/pytest/issues/1976 |
|
98 | 100 | enabled. This allows proper post mortem debugging for all applications |
99 | 101 | which have significant logic in their tearDown machinery (`#1890`_). Thanks |
100 | 102 | `@mbyt`_ for the PR. |
101 | | - |
| 103 | + |
102 | 104 | * Fix use of deprecated ``getfuncargvalue`` method in the internal doctest plugin. |
103 | 105 | Thanks `@ViviCoder`_ for the report (`#1898`_). |
104 | 106 |
|
@@ -395,7 +397,7 @@ time or change existing behaviors in order to make them less surprising/more use |
395 | 397 |
|
396 | 398 | * Refined logic for determining the ``rootdir``, considering only valid |
397 | 399 | paths which fixes a number of issues: `#1594`_, `#1435`_ and `#1471`_. |
398 | | - Updated the documentation according to current behavior. Thanks to |
| 400 | + Updated the documentation according to current behavior. Thanks to |
399 | 401 | `@blueyed`_, `@davehunt`_ and `@matthiasha`_ for the PR. |
400 | 402 |
|
401 | 403 | * Always include full assertion explanation. The previous behaviour was hiding |
|
0 commit comments