Skip to content

Commit d38ab00

Browse files
committed
fixup! squash! WIP: store _param_ids_from/_param_ids_generated with Marks
1 parent 2c80779 commit d38ab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def parametrize(
935935
ids=None,
936936
scope=None,
937937
*,
938-
_param_mark: Optional[Mark] = None,
938+
_param_mark: Optional[Mark] = None
939939
):
940940
""" Add new invocations to the underlying test function using the list
941941
of argvalues for the given argnames. Parametrization is performed

0 commit comments

Comments
 (0)