Improve help for --runxfail flag (#5188)
Improve help for --runxfail flag
This commit is contained in:
commit
f17b734989
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue