Skip to content

Commit 0fb34cd

Browse files
committed
Update CHANGELOG entries
1 parent 224ef67 commit 0fb34cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@
7979

8080
*
8181

82+
**Changes**
83+
84+
* Change ``report.outcome`` for ``xpassed`` tests to ``"passed"`` in non-strict
85+
mode and ``"failed"`` in strict mode. Thanks to `@hackebrot`_ for the PR
86+
(`#1795`_) and `@gprasad84`_ for report (`#1546`_).
87+
88+
* Tests marked with ``xfail(strict=False)`` (the default) now appear in
89+
JUnitXML reports as passing tests instead of skipped.
90+
Thanks to `@hackebrot`_ for the PR (`#1795`_).
91+
92+
.. _#1795: https://github.com/pytest-dev/pytest/pull/1795
93+
.. _#1546: https://github.com/pytest-dev/pytest/issues/1546
94+
.. _@gprasad84: https://github.com/gprasad84
95+
8296
.. _#1210: https://github.com/pytest-dev/pytest/issues/1210
8397
.. _#1435: https://github.com/pytest-dev/pytest/issues/1435
8498
.. _#1471: https://github.com/pytest-dev/pytest/issues/1471

0 commit comments

Comments
 (0)