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 2c80779 commit d38ab00Copy full SHA for d38ab00
src/_pytest/python.py
@@ -935,7 +935,7 @@ def parametrize(
935
ids=None,
936
scope=None,
937
*,
938
- _param_mark: Optional[Mark] = None,
+ _param_mark: Optional[Mark] = None
939
):
940
""" Add new invocations to the underlying test function using the list
941
of argvalues for the given argnames. Parametrization is performed
0 commit comments