File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 79
79
80
80
*
81
81
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
+
82
96
.. _#1210 : https://github.com/pytest-dev/pytest/issues/1210
83
97
.. _#1435 : https://github.com/pytest-dev/pytest/issues/1435
84
98
.. _#1471 : https://github.com/pytest-dev/pytest/issues/1471
You can’t perform that action at this time.
0 commit comments