Clean up config file format, modify how projects are launched, and add broken theme setting handling
This commit is contained in:
@@ -138,7 +138,6 @@ def testBaseInit_Options(monkeypatch, tmpPath):
|
||||
nwGUI = novelwriter.main(
|
||||
["--testmode", f"--config={tmpPath}", f"--data={tmpPath}", "sample/"]
|
||||
)
|
||||
assert novelwriter.CONFIG.cmdOpen == "sample/"
|
||||
assert nwGUI.closeMain() == "closeMain"
|
||||
|
||||
# END Test testBaseInit_Options
|
||||
|
||||
Reference in New Issue
Block a user