diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2025-11-14 18:20:56 +0100 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2025-11-14 18:20:56 +0100 |
| commit | 1440ad1534a61253729906c4e51431ee452d4988 (patch) | |
| tree | 0dec4f81d3b6bb03ed65067f6a3165092bf3a382 /tests/unit/test_util.py | |
| parent | ce44cb735688f5be8cfc6a10c9cfd09159690d39 (diff) | |
| parent | 1fefd72e884296f7a4454d3534f5bcc3ac3e2299 (diff) | |
| download | fietsboek-1440ad1534a61253729906c4e51431ee452d4988.tar.gz fietsboek-1440ad1534a61253729906c4e51431ee452d4988.tar.bz2 fietsboek-1440ad1534a61253729906c4e51431ee452d4988.zip | |
Merge branch 'gpx-influx'
Diffstat (limited to 'tests/unit/test_util.py')
| -rw-r--r-- | tests/unit/test_util.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/unit/test_util.py b/tests/unit/test_util.py index 6dc8e7d..0ecfdb2 100644 --- a/tests/unit/test_util.py +++ b/tests/unit/test_util.py @@ -71,19 +71,6 @@ def test_guess_gpx_timezone(gpx_file, offset): assert timezone.utcoffset(None) == offset -@pytest.mark.parametrize('gpx_file', [ - 'Teasi_1.gpx.gz', - 'MyTourbook_1.gpx.gz', - 'Synthetic_WT2.gpx.gz', - 'Synthetic_BRouter_1.gpx.gz', -]) -def test_tour_metadata(gpx_file): - # Here we simply make sure that we do not crash the metadata extraction - # function. - gpx_data = load_gpx_asset(gpx_file) - assert util.tour_metadata(gpx_data) is not None - - @pytest.mark.parametrize('mps, kph', [(1, 3.6), (10, 36)]) def test_mps_to_kph(mps, kph): assert util.mps_to_kph(mps) == pytest.approx(kph, 0.1) |
