reportchars: fix/improve help message
This commit is contained in:
parent
b549438423
commit
a7e49e6c07
|
@ -81,11 +81,11 @@ def pytest_addoption(parser):
|
||||||
dest="reportchars",
|
dest="reportchars",
|
||||||
default="",
|
default="",
|
||||||
metavar="chars",
|
metavar="chars",
|
||||||
help="show extra test summary info as specified by chars (f)ailed, "
|
help="show extra test summary info as specified by chars: (f)ailed, "
|
||||||
"(E)error, (s)skipped, (x)failed, (X)passed, "
|
"(E)rror, (s)kipped, (x)failed, (X)passed, "
|
||||||
"(p)passed, (P)passed with output, (a)all except pP. "
|
"(p)assed, (P)assed with output, (a)ll except passed (p/P). "
|
||||||
"Warnings are displayed at all times except when "
|
"Warnings are displayed at all times except when "
|
||||||
"--disable-warnings is set",
|
"--disable-warnings is set.",
|
||||||
)
|
)
|
||||||
group._addoption(
|
group._addoption(
|
||||||
"--disable-warnings",
|
"--disable-warnings",
|
||||||
|
|
Loading…
Reference in New Issue