Fix windows vs posix path issue in test
This commit is contained in:
@@ -225,7 +225,7 @@ def testDlgPreferences_Main(qtbot, monkeypatch, nwGUI, fncPath, tstPaths):
|
|||||||
ignTuple = (
|
ignTuple = (
|
||||||
"timestamp", "guifont", "lastnotes", "guilang", "geometry",
|
"timestamp", "guifont", "lastnotes", "guilang", "geometry",
|
||||||
"preferences", "projcols", "mainpane", "docpane", "viewpane",
|
"preferences", "projcols", "mainpane", "docpane", "viewpane",
|
||||||
"outlinepane", "textfont", "textsize", "lastpath"
|
"outlinepane", "textfont", "textsize", "lastpath", "backuppath"
|
||||||
)
|
)
|
||||||
assert cmpFiles(testFile, compFile, ignoreStart=ignTuple)
|
assert cmpFiles(testFile, compFile, ignoreStart=ignTuple)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user