help: --deselect: mention that this uses node id prefixes (#6770)

Ref: https://github.com/pytest-dev/pytest/issues/6751
This commit is contained in:
Daniel Hahler 2020-02-21 12:53:27 +01:00 committed by GitHub
parent 81a9df6ed1
commit 4c9b850e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def pytest_addoption(parser):
"--deselect",
action="append",
metavar="nodeid_prefix",
help="deselect item during collection (multi-allowed).",
help="deselect item (via node id prefix) during collection (multi-allowed).",
)
# when changing this to --conf-cut-dir, config.py Conftest.setinitial
# needs upgrading as well