Fix tests

This commit is contained in:
Veronica K. B. Olsen
2021-02-18 20:47:22 +01:00
parent 5f3822ac1a
commit 6cc974a8e9
13 changed files with 23 additions and 19 deletions
+2
View File
@@ -118,6 +118,7 @@ def tmpConf(tmpDir):
theConf = Config()
theConf.initConfig(tmpDir, tmpDir)
theConf.setLastPath("")
theConf.guiLang = "en_GB"
return theConf
@pytest.fixture(scope="function")
@@ -130,6 +131,7 @@ def fncConf(fncDir):
theConf = Config()
theConf.initConfig(fncDir, fncDir)
theConf.setLastPath("")
theConf.guiLang = "en_GB"
return theConf
@pytest.fixture(scope="function")