mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 20:38:59 +00:00
test focus
This commit is contained in:
@@ -134,7 +134,11 @@ class TestCompare(unittest.TestCase):
|
|||||||
results = self.compare(opts, conf, tmp, len(dfiles))
|
results = self.compare(opts, conf, tmp, len(dfiles))
|
||||||
self.assertTrue(results == expected)
|
self.assertTrue(results == expected)
|
||||||
|
|
||||||
compare(opts, conf, tmp)
|
# test compare from dotdrop
|
||||||
|
self.assertTrue(compare(opts, conf, tmp))
|
||||||
|
# test focus
|
||||||
|
self.assertTrue(compare(opts, conf, tmp, focus=d4))
|
||||||
|
self.assertFalse(compare(opts, conf, tmp, focus='/tmp/fake'))
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user