Ensure fixtures obtained with getfixturevalue() are finalized in the correct order
Fix #1895
This commit is contained in:
@@ -1866,7 +1866,7 @@ class TestAutouseManagement(object):
|
||||
"setup-2", "step1-2", "step2-2", "teardown-2",]
|
||||
"""
|
||||
)
|
||||
reprec = testdir.inline_run("-s")
|
||||
reprec = testdir.inline_run("-v")
|
||||
reprec.assertoutcome(passed=5)
|
||||
|
||||
def test_ordering_autouse_before_explicit(self, testdir):
|
||||
|
||||
Reference in New Issue
Block a user