mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 21:39:00 -04:00
- Revert entry_with_date.py to let ValueError propagate naturally (Pydantic produces better messages like "The month must be between 1 and 12." than our generic wrapper) - Update create_theme tests to expect typer.Exit (now has error handler) - Update pdf_png test to use real temp file instead of patching read_text - Fix watcher test mock to handle double join() call pattern - Regenerate JSON schema after union type order change