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:
Bruno Oliveira
2024-02-25 11:49:41 -03:00
committed by GitHub
parent ce9b01e50c
commit f57c65839b
3 changed files with 38 additions and 32 deletions

View File

@@ -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.",
)