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 4b880f7 commit 1744536Copy full SHA for 1744536
src/_pytest/python.py
@@ -887,7 +887,9 @@ class IdMaker:
887
# Used only for clearer error messages.
888
func_name: str | None
889
890
- def make_unique_parameterset_ids(self, id_names: bool = False) -> list[str | _HiddenParam]:
+ def make_unique_parameterset_ids(
891
+ self, id_names: bool = False
892
+ ) -> list[str | _HiddenParam]:
893
"""Make a unique identifier for each ParameterSet, that may be used to
894
identify the parametrization in a node ID.
895
0 commit comments