Fix bug where adding document references didn't work.

This commit is contained in:
Dion Moult
2022-03-09 22:14:59 +11:00
parent 578ab140cc
commit 673f757a51
7 changed files with 569 additions and 222 deletions
+7
View File
@@ -77,6 +77,13 @@ def demo():
prophet.verify()
@pytest.fixture
def document():
prophet = Prophecy(blenderbim.core.tool.Document)
yield prophet
prophet.verify()
@pytest.fixture
def drawing():
prophet = Prophecy(blenderbim.core.tool.Drawing)