We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb7f66 commit 83351a3Copy full SHA for 83351a3
src/_pytest/warnings.py
@@ -42,7 +42,7 @@ def pytest_addoption(parser):
42
type="linelist",
43
help="Each line specifies a pattern for "
44
"warnings.filterwarnings. "
45
- "Processed after -W and --pythonwarnings.",
+ "Processed after -W/--pythonwarnings.",
46
)
47
48
0 commit comments