Updated tests to work with new project tree class

This commit is contained in:
Veronica K. B. Olsen
2020-05-07 23:08:43 +02:00
parent 58eb8e78ba
commit 5b3291e4ee
7 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ theMain = DummyMain()
theMain.mainConf = theConf
theProject = NWProject(theMain)
theProject.handleSeed = 42
theProject.projTree.setSeed(42)
@pytest.mark.project
def testProjectNew(nwTempProj,nwRef,nwTemp):