We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204004c + f050203 commit f17b734Copy full SHA for f17b734
changelog/5188.doc.rst
@@ -0,0 +1 @@
1
+Improve help for ``--runxfail`` flag.
src/_pytest/skipping.py
@@ -17,7 +17,7 @@ def pytest_addoption(parser):
17
action="store_true",
18
dest="runxfail",
19
default=False,
20
- help="run tests even if they are marked xfail",
+ help="report the results of xfail tests as if they were not marked",
21
)
22
23
parser.addini(
0 commit comments