8 lines
324 B
Python
8 lines
324 B
Python
"""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.
|
|
""" |