Initial commit (clean, ignores in place)

This commit is contained in:
2025-08-12 01:13:41 +01:00
commit c74790b014
26 changed files with 2331 additions and 0 deletions

8
tests/__init__.py Normal file
View File

@@ -0,0 +1,8 @@
"""Test suite for the mileage logging tool.
The tests in this package exercise the core components of the mileage
logger. They use simple JSON fixtures to simulate a user's Google
Semantic Location History exports and assert that the itinerary
detection, distance resolution and Excel export modules behave as
expected.
"""