paddington-eurostar/tests
Edward Betts 13c4341f3a Add full type annotations and black formatting across all modules
Annotated all functions with mypy --strict-compatible types (-> None, dict[str,
Any], Generator types, etc.), added # type: ignore for untyped third-party libs
(lxml), and reformatted with black. All 18 source files now pass mypy --strict
with zero errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 21:48:53 +01:00
..
test_app.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
test_cache.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
test_eurostar_scraper.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
test_playwright_return_fares.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
test_rtt_scraper.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
test_trip_planner.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00