MCPcopy
hub / github.com/idealo/imagededup / test_encode_image_hash

Function test_encode_image_hash

tests/test_hashing.py:714–715  ·  view source on GitHub ↗
(hash_object, expected_hash)

Source from the content-addressed store, hash-verified

712 ],
713)
714def test_encode_image_hash(hash_object, expected_hash):
715 assert hash_object.encode_image(PATH_SINGLE_IMAGE) == expected_hash
716
717
718def test_encode_image_corrupt_file():

Callers

nothing calls this directly

Calls 1

encode_imageMethod · 0.45

Tested by

no test coverage detected