()
| 716 | |
| 717 | |
| 718 | def test_encode_image_corrupt_file(): |
| 719 | whasher = WHash() |
| 720 | assert whasher.encode_image(PATH_SINGLE_IMAGE_CORRUPT) is None |
| 721 | |
| 722 | |
| 723 | def test_encode_images_corrupt_and_good_images(): |
nothing calls this directly
no test coverage detected