Added new quote setting to Preferences and updated tests
This commit is contained in:
@@ -53,6 +53,8 @@ showlineendings = False
|
||||
bigdoclimit = 800
|
||||
showfullpath = True
|
||||
highlightquotes = True
|
||||
allowopensquote = False
|
||||
allowopendquote = True
|
||||
highlightemph = True
|
||||
|
||||
[Backup]
|
||||
|
||||
@@ -53,6 +53,8 @@ showlineendings = True
|
||||
bigdoclimit = 500
|
||||
showfullpath = False
|
||||
highlightquotes = False
|
||||
allowopensquote = False
|
||||
allowopendquote = True
|
||||
highlightemph = False
|
||||
|
||||
[Backup]
|
||||
|
||||
@@ -74,7 +74,7 @@ def testBaseConfig_Constructor(monkeypatch):
|
||||
monkeypatch.undo()
|
||||
|
||||
# Other
|
||||
monkeypatch.setattr("sys.platform", "some_ther_os")
|
||||
monkeypatch.setattr("sys.platform", "some_other_os")
|
||||
tstConf = Config()
|
||||
assert tstConf.osLinux is False
|
||||
assert tstConf.osDarwin is False
|
||||
|
||||
Reference in New Issue
Block a user