Partially write tests for sequence refactor

This commit is contained in:
Dion Moult
2022-08-30 11:08:26 +10:00
parent 37dec500fd
commit 804c0f4a77
9 changed files with 121 additions and 72 deletions
+7
View File
@@ -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)