Update tests

This commit is contained in:
Veronica Berglyd Olsen
2022-07-31 18:50:43 +02:00
parent 069e3baf67
commit bb2c78c0f6
13 changed files with 11 additions and 34 deletions
-6
View File
@@ -934,12 +934,6 @@ def testCoreProject_Methods(monkeypatch, mockGUI, tmpDir, fncDir, mockRnd):
assert theProject.localLookup(1) == "One"
assert theProject.localLookup(10) == "Ten"
# Automatic outline update
theProject.projChanged = False
assert theProject.setAutoOutline(True)
assert not theProject.setAutoOutline(False)
assert theProject.projChanged
# Last edited
theProject.projChanged = False
assert theProject.setLastEdited("0123456789abc")