When assigning types, your preference of dynamic voids are now preserved.

This commit is contained in:
Dion Moult
2021-10-19 15:43:14 +11:00
parent c1b53859ee
commit 3daf4203d1
16 changed files with 345 additions and 53 deletions
+7
View File
@@ -77,6 +77,13 @@ def owner():
prophet.verify()
@pytest.fixture
def type():
prophet = Prophecy(blenderbim.core.tool.Type)
yield prophet
prophet.verify()
@pytest.fixture
def voider():
prophet = Prophecy(blenderbim.core.tool.Voider)