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:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user