Test edit object placement. See #1711

This commit is contained in:
Dion Moult
2021-10-04 13:14:38 +11:00
parent cd965fd4a9
commit 6e6cbcef6f
16 changed files with 192 additions and 49 deletions
+7
View File
@@ -77,6 +77,13 @@ def owner():
prophet.verify()
@pytest.fixture
def surveyor():
prophet = Prophecy(blenderbim.core.tool.Surveyor)
yield prophet
prophet.verify()
class Prophecy:
def __init__(self, cls):
self.subject = cls