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.
2 parents 8febdee + ca25f14 commit 600b294Copy full SHA for 600b294
pytest_cases/plugin.py
@@ -647,7 +647,7 @@ def create_super_closure(fm,
647
print("Creating closure for %s:" % parentid)
648
649
# -- auto-use fixtures
650
- _init_fixnames = fm._getautousenames(parentid) # noqa
+ _init_fixnames = list(fm._getautousenames(parentid)) # noqa
651
652
def _merge(new_items, into_list):
653
""" Appends items from `new_items` into `into_list`, only if they are not already there. """
0 commit comments