We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8966ce7 commit f0be3b8Copy full SHA for f0be3b8
1 file changed
pytest_cases/fixture_core1_unions.py
@@ -115,6 +115,9 @@ def __str__(self):
115
def is_fixture_union_params(params):
116
"""
117
Internal helper to quickly check if a bunch of parameters correspond to a union fixture.
118
+
119
+ Note: unfortunately `pytest` transform all params to a list when a @pytest.fixture is created,
120
+ so we can not pass a subclass of list to do the trick, we really have to work on the list elements.
121
:param params:
122
:return:
123
0 commit comments