Test files and initial data gathering completed

This commit is contained in:
2026-08-10 21:33:00 -06:00
commit 2181655801
28 changed files with 510 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from pathlib import Path
import analyze
CORRUPT = sorted(Path("tests/images/corrupt").glob("*.png"))
def test_corrupt_images_are_skipped_gracefully():
for path in CORRUPT:
assert analyze.load_image(path) is None, path