Beispiel #1
0
def test_get_freq_roundtrip(freq):
    result = _attrname_to_abbrevs[_reso.get_attrname_from_abbrev(freq)]
    assert freq == result
Beispiel #2
0
def test_get_attrname_from_abbrev(freqstr, expected):
    assert _reso.get_attrname_from_abbrev(freqstr) == expected