Fix missing model prophet in core test bootstrap

This commit is contained in:
Dion Moult
2026-01-28 17:49:15 +11:00
parent 24a58cba40
commit 35ae1e927d
+7
View File
@@ -137,6 +137,13 @@ def misc():
prophet.verify()
@pytest.fixture
def model():
prophet = Prophecy(bonsai.core.tool.Model)
yield prophet
prophet.verify()
@pytest.fixture
def nest():
prophet = Prophecy(bonsai.core.tool.Nest)