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 e016791 commit ca0efedCopy full SHA for ca0efed
pytest_bdd/utils.py
@@ -139,4 +139,4 @@ def _coerce_list(names):
139
# As pytest.mark.parametrize has only one param name,
140
# it is not returned as a list. Convert it to list:
141
names = [names]
142
- return names
+ return list(names)
0 commit comments