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 483fbb0 commit d806631Copy full SHA for d806631
src/_pytest/python.py
@@ -903,7 +903,7 @@ def make_unique_parameterset_ids(self) -> list[str | _HiddenParam]:
903
resolved_ids = list(self._resolve_ids())
904
# All IDs must be unique!
905
if len(resolved_ids) != len(set(resolved_ids)):
906
- if self.config and self.config.cache._config.getoption(
+ if self.config and self.config.getoption(
907
"require_unique_paramset_ids"
908
):
909
duplicate_indexs = defaultdict(list)
0 commit comments