4 Commits

Author SHA1 Message Date
m3mo
8c02dae118 Add unit tests for DailyTasksViewModel
- Test loading tasks with success and error states
- Test priority sorting (high > medium > low)
- Test filter functionality (all, active, completed)
- Test task toggle and delete operations
- Test date navigation (previousDay, nextDay)
- Use mocktail for repository mocking
2026-02-04 14:40:19 +01:00
m3mo
a89cb3393d Add widget tests for TaskTile and FilterChips
TaskTile tests: display, interactions, popup menu, delete
confirmation, priority colors.

FilterChips tests: display, selection, visual state changes.
2026-02-03 19:46:35 +01:00
m3mo
4ed703506b Add unit tests for TaskModel
Tests for JSON serialization, parsing, entity conversion,
and round-trip data integrity.
2026-02-03 19:46:20 +01:00
m3mo
1bfa2722eb Add unit tests for task domain layer
Tests for TaskEntity and Priority enum covering
construction, copyWith, equality, and parsing.
2026-02-03 19:45:59 +01:00