(hash_object, expected_hash)
| 712 | ], |
| 713 | ) |
| 714 | def test_encode_image_hash(hash_object, expected_hash): |
| 715 | assert hash_object.encode_image(PATH_SINGLE_IMAGE) == expected_hash |
| 716 | |
| 717 | |
| 718 | def test_encode_image_corrupt_file(): |
nothing calls this directly
no test coverage detected