agenda/tests
Edward Betts a92debea5b Fix same-day flight location tracking
When multiple flights arrived on the same date, location tracking
only compared dates and missed later flights. Now compares both
date and time to handle same-day connecting flights correctly.

Example: Nov 21, 2023
- 06:15: Arrive Madrid (MVD → MAD)
- 09:15: Arrive London (MAD → LHR) ← Now properly detected as most recent

This ensures users show as "home" when they've returned to UK on
the same day as an international connection.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 04:10:25 +02:00
..
test_agenda.py Update tests, function moved. 2024-11-13 14:32:29 +00:00
test_busy.py Fix same-day flight location tracking 2025-07-16 04:10:25 +02:00
test_utils.py Add tests for utility functions 2024-07-07 12:02:21 +01:00