doc: improve help for filterwarnings
This commit is contained in:
parent
fbb7f663be
commit
83351a3368
|
@ -42,7 +42,7 @@ def pytest_addoption(parser):
|
|||
type="linelist",
|
||||
help="Each line specifies a pattern for "
|
||||
"warnings.filterwarnings. "
|
||||
"Processed after -W and --pythonwarnings.",
|
||||
"Processed after -W/--pythonwarnings.",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue