Commit Graph

1 Commits

Author SHA1 Message Date
Thomas Hallock 7a2eb309a8 feat: add comprehensive test suite with visual regression testing
Implement pytest-based testing framework with:
- Unit tests for configuration parsing and core generation logic
- Visual regression tests using perceptual image hashing
- Fixtures and test configuration in conftest.py
- Test documentation and usage guide

Visual tests generate reference images and compare new output against them
to catch regressions while allowing for minor anti-aliasing differences.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 17:29:09 -05:00