Files
rendercv/tests/cli/create_theme_command
Sina Atalay db6ad98654 Fix test failures from code quality changes
- 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
2026-03-25 16:28:20 +03:00
..