Improve help for --runxfail flag (#5188)
Improve help for --runxfail flag
This commit is contained in:
1
changelog/5188.doc.rst
Normal file
1
changelog/5188.doc.rst
Normal file
@@ -0,0 +1 @@
|
||||
Improve help for ``--runxfail`` flag.
|
||||
@@ -17,7 +17,7 @@ def pytest_addoption(parser):
|
||||
action="store_true",
|
||||
dest="runxfail",
|
||||
default=False,
|
||||
help="run tests even if they are marked xfail",
|
||||
help="report the results of xfail tests as if they were not marked",
|
||||
)
|
||||
|
||||
parser.addini(
|
||||
|
||||
Reference in New Issue
Block a user