Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 249 Bytes

6436.bugfix.rst

File metadata and controls

3 lines (3 loc) · 249 Bytes

FixtureDef <_pytest.fixtures.FixtureDef> objects now properly register their finalizers with autouse and parameterized fixtures that execute before them in the fixture stack so they are torn down at the right times, and in the right order.