mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
Implement new Brickschema project browser.
This commit is contained in:
@@ -35,6 +35,13 @@ def blender():
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def brick():
|
||||
prophet = Prophecy(blenderbim.core.tool.Brick)
|
||||
yield prophet
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def aggregate():
|
||||
prophet = Prophecy(blenderbim.core.tool.Aggregate)
|
||||
|
||||
Reference in New Issue
Block a user