unskip capturs, inreach and delay message tests

master
Konstantin Gründger 2025-05-21 16:18:56 +02:00
rodzic ab45567015
commit 34cb2182a6
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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')