Skip to content

Commit fde59e8

Browse files
committed
yield before tests hook cleanup fixture
1 parent 8b68e62 commit fde59e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
@pytest.fixture(scope="module", autouse=True)
99
def hook_cleanup():
10+
yield
1011
hooks._ns["layout"] = []
1112
hooks._ns["setup"] = []
1213
hooks._ns["route"] = []

0 commit comments

Comments
 (0)