Skip to content

Commit a7e49e6

Browse files
committed
reportchars: fix/improve help message
1 parent b549438 commit a7e49e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/_pytest/terminal.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ def pytest_addoption(parser):
8181
dest="reportchars",
8282
default="",
8383
metavar="chars",
84-
help="show extra test summary info as specified by chars (f)ailed, "
85-
"(E)error, (s)skipped, (x)failed, (X)passed, "
86-
"(p)passed, (P)passed with output, (a)all except pP. "
84+
help="show extra test summary info as specified by chars: (f)ailed, "
85+
"(E)rror, (s)kipped, (x)failed, (X)passed, "
86+
"(p)assed, (P)assed with output, (a)ll except passed (p/P). "
8787
"Warnings are displayed at all times except when "
88-
"--disable-warnings is set",
88+
"--disable-warnings is set.",
8989
)
9090
group._addoption(
9191
"--disable-warnings",

0 commit comments

Comments
 (0)