Skip to content

Commit

Permalink
fixup! squash! WIP: store _param_ids_from/_param_ids_generated with M…
Browse files Browse the repository at this point in the history
…arks
  • Loading branch information
blueyed committed Nov 19, 2019
1 parent 2c80779 commit d38ab00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ def parametrize(
ids=None,
scope=None,
*,
_param_mark: Optional[Mark] = None,
_param_mark: Optional[Mark] = None
):
""" Add new invocations to the underlying test function using the list
of argvalues for the given argnames. Parametrization is performed
Expand Down

0 comments on commit d38ab00

Please sign in to comment.