john-okeefe
9878f998db
Add unit tests for EPUB cover extraction and sidecar detection
- Add TestExtractEPUBCover with test cases:
- EPUB with embedded cover image
- EPUB without cover image
- Invalid EPUB path (error handling)
- Add TestFindSidecarCover with test cases:
- cover.jpg exists
- folder.jpg exists
- {basename}.jpg exists
- No cover file
- Add helper functions:
- createTestEPUBWithCover() - creates valid EPUB with cover
- createTestEPUBWithoutCover() - creates EPUB without cover
- createPlaceholderJPEG() - minimal valid JPEG for testing
2026-02-25 20:53:33 -05:00
..
2026-02-13 21:50:29 -05:00
2026-02-01 16:11:47 -05:00
2026-02-22 01:57:42 -05:00
2026-02-03 16:16:14 -05:00
2026-02-25 10:52:53 -05:00
2026-02-14 00:12:15 -05:00
2026-02-01 16:21:10 -05:00
2026-02-25 16:56:10 -05:00
2026-02-25 20:53:33 -05:00
2026-02-22 16:29:21 -05:00
2026-02-09 13:12:31 -05:00
2026-02-11 09:42:18 -05:00