Example #1
0
 def test_orig_and_other_diff(self):
     self.assertFalse(imgdupcheck.is_same_image(self.orig, self.other))
Example #2
0
 def test_copy_and_other_diff(self):
     self.assertFalse(imgdupcheck.is_same_image(self.copy, self.other))
Example #3
0
 def test_orig_and_copy_same(self):
     self.assertTrue(imgdupcheck.is_same_image(self.orig, self.copy))