Improve help for --runxfail flag (#5188)

Improve help for --runxfail flag
This commit is contained in:
Bruno Oliveira 2019-05-01 11:00:31 -03:00 committed by GitHub
commit f17b734989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog/5188.doc.rst Normal file
View File

@ -0,0 +1 @@
Improve help for ``--runxfail`` flag.

View File

@ -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(