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 f06f23c commit d6fea08Copy full SHA for d6fea08
pytest_bdd/utils.py
@@ -113,9 +113,9 @@ def get_markers_args_using_get_marker(node, mark_name):
113
114
115
def get_parametrize_params(parametrize_args):
116
- """Group parametrize markers arugments names and values.
+ """Group parametrize markers arguments names and values.
117
118
- :param marker_args: json-serialized `Scenario` or `Feature`.
+ :param parametrize_args: parametrize markers arguments.
119
:return: `list` of `dict` in the form of:
120
[
121
{
0 commit comments