Skip to content

Conversation

@xarbit
Copy link
Owner

@xarbit xarbit commented Dec 1, 2025

  • Remove redundant eprintln! calls from main.rs (log::error! already handles logging)
  • Add comprehensive unit tests for EventHandler (17 new tests):
    • Event validation edge cases (whitespace, unicode, long titles)
    • EventError display and debug formatting
  • Add comprehensive unit tests for CalendarHandler (12 new tests):
    • Validation edge cases (empty color, whitespace-only name, unicode)
    • CalendarError display and debug formatting
    • Default color validation
  • Add comprehensive unit tests for ExportHandler (13 new tests):
    • iCal export with various fields (location, notes, url, unicode)
    • Minimal event export
    • ExportError display and debug formatting

- Remove redundant eprintln! calls from main.rs (log::error! already handles logging)
- Add comprehensive unit tests for EventHandler (17 new tests):
  - Event validation edge cases (whitespace, unicode, long titles)
  - EventError display and debug formatting
- Add comprehensive unit tests for CalendarHandler (12 new tests):
  - Validation edge cases (empty color, whitespace-only name, unicode)
  - CalendarError display and debug formatting
  - Default color validation
- Add comprehensive unit tests for ExportHandler (13 new tests):
  - iCal export with various fields (location, notes, url, unicode)
  - Minimal event export
  - ExportError display and debug formatting
- validation.rs: 15 tests covering date parsing, title validation,
  email validation, and date range functions with edge cases
- cache.rs: 27 tests covering cache creation, month navigation,
  precaching, cleanup, and month arithmetic
- database/schema.rs: 14 tests covering CRUD operations, multiple
  calendars, unicode support, and edge cases
- protocols/local.rs: 12 tests covering Protocol trait, event
  operations, and multiple calendar isolation
- locale.rs: 31 tests covering 24-hour detection, first day of week,
  date formats, week range formatting, and day headers

Total new tests: ~100 across 5 modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants