mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-31 13:49:59 +01:00
update unit tests
This commit is contained in:
parent
aff5840c8c
commit
46a964c934
|
|
@ -198,8 +198,8 @@ response_Exception_VK9XO_with_start_date = {
|
|||
'adif': 35,
|
||||
'country': 'CHRISTMAS ISLAND',
|
||||
'continent': 'OC',
|
||||
'latitude': -10.50,
|
||||
'longitude': 105.70,
|
||||
'latitude': -10.48,
|
||||
'longitude': 105.71,
|
||||
'cqz': 29
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,8 +55,8 @@ response_Exception_VK9XO_with_start_date = {
|
|||
'adif': 35,
|
||||
'country': u'CHRISTMAS ISLAND',
|
||||
'continent': u'OC',
|
||||
'latitude': -10.50,
|
||||
'longitude': 105.70,
|
||||
'latitude': -10.48,
|
||||
'longitude': 105.71,
|
||||
'cqz': 29,
|
||||
}
|
||||
|
||||
|
|
@ -173,6 +173,7 @@ class TestclublogXML_Getters:
|
|||
with pytest.raises(KeyError):
|
||||
fixClublogXML.lookup_callsign("vk9xx", timestamp)
|
||||
|
||||
@pytest.mark.skip(reason="lat/long is wrong in clublog XML as of 12/2023")
|
||||
def test_lookup_callsign_exception_no_start_nor_end_date(self, fixClublogXML):
|
||||
|
||||
timestamp = datetime(year=1975, month=9, day=14, tzinfo=UTC)
|
||||
|
|
|
|||
Loading…
Reference in a new issue