Skip to content

Commit 1d4054e

Browse files
author
Sylvain MARIE
committed
Also fixed issue happening with doctest. Fixes #58
1 parent 559dfc3 commit 1d4054e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_cases/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def getfixtureclosure(fm, fixturenames, parentnode, ignore_args=()):
513513
else:
514514
# we cannot sort yet
515515
merge(fixturenames, _init_fixnames)
516+
sorted_fixturenames = []
516517

517518
# Finally create the closure tree
518519
if _DEBUG:

0 commit comments

Comments
 (0)