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 84a342e commit 1cc58edCopy full SHA for 1cc58ed
src/_pytest/python.py
@@ -1148,7 +1148,7 @@ def setmulti(
1148
arg2scope = self._arg2scope.copy()
1149
for arg, val in zip(argnames, valset):
1150
if arg in params or arg in funcargs:
1151
- raise ValueError(f"duplicate {arg!r}")
+ raise ValueError(f"duplicate parametrization of {arg!r}")
1152
valtype_for_arg = valtypes[arg]
1153
if valtype_for_arg == "params":
1154
params[arg] = val
0 commit comments