Revisit some help texts with regard to newlines
This commit is contained in:
committed by
Bruno Oliveira
parent
87423d3cc8
commit
691a7fceea
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user