mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Partially write tests for sequence refactor
This commit is contained in:
@@ -175,6 +175,13 @@ def selector():
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def sequence():
|
||||
prophet = Prophecy(blenderbim.core.tool.Sequence)
|
||||
yield prophet
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def spatial():
|
||||
prophet = Prophecy(blenderbim.core.tool.Spatial)
|
||||
|
||||
Reference in New Issue
Block a user