Clean up dialogs

This commit is contained in:
Veronica Berglyd Olsen
2023-11-27 17:10:29 +01:00
parent 93b36406f1
commit 4fa20273f7
10 changed files with 117 additions and 113 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ def testDlgWordList_Dialog(qtbot, monkeypatch, nwGUI, projPath):
assert wList.listBox.item(0).text() == "word_a"
# Save files
assert wList._doSave()
wList._doSave()
userDict.load()
assert len(list(userDict)) == 6
assert "word_a" in userDict