Revisit some help texts with regard to newlines

This commit is contained in:
Daniel Hahler
2020-02-25 15:46:53 +01:00
committed by Bruno Oliveira
parent 87423d3cc8
commit 691a7fceea
4 changed files with 11 additions and 10 deletions

View File

@@ -397,9 +397,9 @@ def pytest_addoption(parser):
"--failed-first",
action="store_true",
dest="failedfirst",
help="run all tests but run the last failures first. "
help="run all tests, but run the last failures first.\n"
"This may re-order tests and thus lead to "
"repeated fixture setup/teardown",
"repeated fixture setup/teardown.",
)
group.addoption(
"--nf",