Update src/_pytest/cacheprovider.py
This commit is contained in:
parent
e121c50235
commit
5ac0a7a71f
|
@ -499,10 +499,10 @@ def pytest_addoption(parser: Parser) -> None:
|
|||
dest="last_failed_no_failures",
|
||||
choices=("all", "none"),
|
||||
default="all",
|
||||
help="With ``--lf``, determines whether to execute tests when there"
|
||||
"are no previously (known) failures or when no"
|
||||
"cached ``lastfailed`` data was found."
|
||||
"``all`` (the default) runs the full test suite again."
|
||||
help="With ``--lf``, determines whether to execute tests when there "
|
||||
"are no previously (known) failures or when no "
|
||||
"cached ``lastfailed`` data was found. "
|
||||
"``all`` (the default) runs the full test suite again. "
|
||||
"``none`` just emits a message about no known failures and exits successfully.",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue