From 34cb2182a642929609eb6751fc7e46fddf82ce16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gr=C3=BCndger?= Date: Wed, 21 May 2025 16:18:56 +0200 Subject: [PATCH] unskip capturs, inreach and delay message tests --- tests/parser/test_parse.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/parser/test_parse.py b/tests/parser/test_parse.py index 6a19603..203009a 100644 --- a/tests/parser/test_parse.py +++ b/tests/parser/test_parse.py @@ -41,7 +41,6 @@ def test_apik_beacons(): _parse_valid_beacon_data_file(filename='OGAPIK_APIKdevice.txt', beacon_type='unknown') -@pytest.mark.skip(reason="todo") def test_capturs_beacons(): _parse_valid_beacon_data_file(filename='OGCAPT_Capturs.txt', beacon_type='capturs') @@ -58,7 +57,6 @@ def test_flymaster_beacons(): _parse_valid_beacon_data_file(filename='OGFLYM_Flymaster.txt', beacon_type='flymaster') -@pytest.mark.skip(reason="todo") def test_inreach_beacons(): _parse_valid_beacon_data_file(filename='OGNINRE_InReach.txt', beacon_type='inreach') @@ -71,7 +69,6 @@ def test_naviter_beacons(): _parse_valid_beacon_data_file(filename='OGNAVI_Naviter.txt', beacon_type='naviter') -@pytest.mark.skip(reason="todo") def test_delay_beacons(): _parse_valid_beacon_data_file(filename='OGNDELAY_Delay.txt', beacon_type='tracker')