You can now create new projects starting from a template.

This commit is contained in:
Dion Moult
2022-02-03 18:25:03 +11:00
parent 3e99393895
commit 89d5c44855
13 changed files with 466 additions and 73 deletions
+7
View File
@@ -126,6 +126,13 @@ def patch():
prophet.verify()
@pytest.fixture
def project():
prophet = Prophecy(blenderbim.core.tool.Project)
yield prophet
prophet.verify()
@pytest.fixture
def pset():
prophet = Prophecy(blenderbim.core.tool.Pset)