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 527d24d commit 1e684e4Copy full SHA for 1e684e4
src/_pytest/main.py
@@ -94,8 +94,7 @@ def pytest_addoption(parser: Parser) -> None:
94
"--require-unique-paramset-ids",
95
action="store_true",
96
default=False,
97
- help="Stops pytest automatically generating unique parameter set IDs. "
98
- "and raises an error if there are any duplicates.",
+ help="Causes pytest to raise an exception upon detection of non-unique parameter set IDs, rather than attempting to generate them automatically."
99
)
100
101
group = parser.getgroup("pytest-warnings")
0 commit comments