mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Fix missing model prophet in core test bootstrap
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user