Save new config settings and update tests

This commit is contained in:
Veronica K. B. Olsen
2020-10-11 19:41:06 +02:00
parent 1234c9feb6
commit 0c0ef6916b
5 changed files with 27 additions and 3 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
[Main]
timestamp = 2020-06-29 17:34:15
timestamp = 2020-10-11 18:29:34
theme = default
syntax = default_light
icons = typicons_colour_light
@@ -16,6 +16,8 @@ docpane = 400, 400
viewpane = 500, 150
outlinepane = 500, 150
fullscreen = False
hidevscroll = False
hidehscroll = False
[Project]
autosaveproject = 60
@@ -37,6 +39,8 @@ repsquotes = True
repdquotes = True
repdash = True
repdots = True
scrollpastend = True
scollwithcursor = False
fmtsinglequote = ,
fmtdoublequote = “, ”
spelltool = internal
+4
View File
@@ -16,6 +16,8 @@ docpane = 400, 400
viewpane = 500, 150
outlinepane = 500, 150
fullscreen = False
hidevscroll = False
hidehscroll = False
[Project]
autosaveproject = 40
@@ -37,6 +39,8 @@ repsquotes = True
repdquotes = True
repdash = True
repdots = True
scrollpastend = True
scollwithcursor = False
fmtsinglequote = ,
fmtdoublequote = “, ”
spelltool = internal
+1 -1
View File
@@ -1198,7 +1198,7 @@ def testPreferences(qtbot, monkeypatch, yesToAll, nwMinimal, nwTemp, nwRef, tmpC
ignoreLines = [
2, # Timestamp
11, 12, 13, 14, 15, 16, 17, # Window sizes
7, 25, # Fonts (depends on system default)
7, 27, # Fonts (depends on system default)
]
assert cmpFiles(testConf, refConf, ignoreLines)