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 81a9df6 commit 4c9b850Copy full SHA for 4c9b850
src/_pytest/main.py
@@ -128,7 +128,7 @@ def pytest_addoption(parser):
128
"--deselect",
129
action="append",
130
metavar="nodeid_prefix",
131
- help="deselect item during collection (multi-allowed).",
+ help="deselect item (via node id prefix) during collection (multi-allowed).",
132
)
133
# when changing this to --conf-cut-dir, config.py Conftest.setinitial
134
# needs upgrading as well
0 commit comments