Implement support for managing nest hosts and components.

This commit is contained in:
Dion Moult
2023-12-07 13:18:33 +11:00
parent 302dc8eb9f
commit 401db55c55
19 changed files with 704 additions and 22 deletions
+7
View File
@@ -126,6 +126,13 @@ def misc():
prophet.verify()
@pytest.fixture
def nest():
prophet = Prophecy(blenderbim.core.tool.Nest)
yield prophet
prophet.verify()
@pytest.fixture
def owner():
prophet = Prophecy(blenderbim.core.tool.Owner)