Fix '-n logical' inconsistencies and review --help formatting (#1022)
Fix #1021 and review formatting of the --help messages, following pytest's rules for consistency.
This commit is contained in:
@@ -29,8 +29,8 @@ def pytest_addoption(parser):
|
||||
action="store_true",
|
||||
dest="looponfail",
|
||||
default=False,
|
||||
help="run tests in subprocess, wait for modified files "
|
||||
"and re-run failing test set until all pass.",
|
||||
help="Run tests in subprocess: wait for files to be modified, then "
|
||||
"re-run failing test set until all pass.",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user