Skip to content

Commit 7dd7e5e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1e684e4 commit 7dd7e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog/13737.feature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Added the ``--require-unique-paramset-ids`` flag to pytest.
1+
Added the ``--require-unique-paramset-ids`` flag to pytest.
22

33
When passed, this flag causes pytest to raise an exception upon detection of non-unique parameter set IDs, rather than attempting to generate them automatically.

src/_pytest/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def pytest_addoption(parser: Parser) -> None:
9494
"--require-unique-paramset-ids",
9595
action="store_true",
9696
default=False,
97-
help="Causes pytest to raise an exception upon detection of non-unique parameter set IDs, rather than attempting to generate them automatically."
97+
help="Causes pytest to raise an exception upon detection of non-unique parameter set IDs, rather than attempting to generate them automatically.",
9898
)
9999

100100
group = parser.getgroup("pytest-warnings")

0 commit comments

Comments
 (0)