Minor improvements to existing tests to increase coverage

This commit is contained in:
Veronica K. B. Olsen
2020-09-19 18:51:45 +02:00
parent 149fc1a9c5
commit 4338580d2c
5 changed files with 95 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ keyDelay = 2
stepDelay = 20
@pytest.mark.gui
def testMainWindows(qtbot, nwFuncTemp, nwTempGUI, nwRef, nwTemp):
def testMainWindow(qtbot, nwFuncTemp, nwTempGUI, nwRef, nwTemp):
nwGUI = nw.main(["--testmode", "--config=%s" % nwFuncTemp, "--data=%s" % nwTemp])
qtbot.addWidget(nwGUI)