Updated tests

This commit is contained in:
Veronica K. B. Olsen
2019-06-27 20:39:34 +02:00
parent f11cc452d8
commit 4cf6855c22
8 changed files with 15 additions and 3 deletions
+1
View File
@@ -287,6 +287,7 @@ def testProjectEditor(qtbot, nwTempGUI, nwRef):
# Create new, save, open project
nwGUI.theProject.handleSeed = 42
assert nwGUI.newProject(nwTempGUI, True)
nwGUI.mainConf.backupPath = nwTempGUI
projEdit = GuiProjectEditor(nwGUI, nwGUI.theProject)
qtbot.addWidget(projEdit)