agenda/tests
Edward Betts 567f3b0208 Refactor Airbnb parsing into reusable library
- Move all parsing logic from parse_airbnb.py to agenda/airbnb.py
- Update parse_airbnb.py to use the new library module
- Add comprehensive tests in tests/test_airbnb.py covering all functions
- Maintain backward compatibility for the command-line interface

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 10:35:26 +02:00
..
test_agenda.py Update tests, function moved. 2024-11-13 14:32:29 +00:00
test_airbnb.py Refactor Airbnb parsing into reusable library 2025-07-18 10:35:26 +02:00
test_busy.py Refactor get_location_for_date to use trip data directly 2025-07-16 12:08:19 +02:00
test_utils.py Add tests for utility functions 2024-07-07 12:02:21 +01:00