mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Fix missing model prophet in core test bootstrap
This commit is contained in:
@@ -137,6 +137,13 @@ def misc():
|
|||||||
prophet.verify()
|
prophet.verify()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def model():
|
||||||
|
prophet = Prophecy(bonsai.core.tool.Model)
|
||||||
|
yield prophet
|
||||||
|
prophet.verify()
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def nest():
|
def nest():
|
||||||
prophet = Prophecy(bonsai.core.tool.Nest)
|
prophet = Prophecy(bonsai.core.tool.Nest)
|
||||||
|
|||||||
Reference in New Issue
Block a user