1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 23:39:16 +00:00

monitor for bad option

This commit is contained in:
deadc0de6
2019-02-12 08:41:28 +01:00
parent 9462d8be23
commit ad2d74e0f1
4 changed files with 34 additions and 6 deletions

View File

@@ -162,9 +162,9 @@ class TestCompare(unittest.TestCase):
# test compare from dotdrop
self.assertFalse(cmd_compare(o, tmp))
# test focus
o.focus = d4
o.compare_focus = d4
self.assertFalse(cmd_compare(o, tmp))
o.focus = '/tmp/fake'
o.compare_focus = '/tmp/fake'
self.assertFalse(cmd_compare(o, tmp))