Skip to content

Commit 4e07783

Browse files
committed
fixup! cleaned up, DAMPified, and added tests to ensure fixtures only add ther finalizer to a dependee fixture once
1 parent b1e1b73 commit 4e07783

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/python/fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4426,7 +4426,6 @@ def test_suffix(fix_combined):
44264426

44274427

44284428
class TestFinalizerOnlyAddedOnce:
4429-
44304429
@pytest.fixture(scope="class", autouse=True)
44314430
def a(self):
44324431
pass

0 commit comments

Comments
 (0)