def test_orig_and_other_diff(self): self.assertFalse(imgdupcheck.is_same_image(self.orig, self.other))
def test_copy_and_other_diff(self): self.assertFalse(imgdupcheck.is_same_image(self.copy, self.other))
def test_orig_and_copy_same(self): self.assertTrue(imgdupcheck.is_same_image(self.orig, self.copy))