Exemplo n.º 1
0
def test_wagner_2019_to_short_lcc(sortable_lcc, short_lcc, name):
    assert sortable_lcc_to_short_lcc(sortable_lcc) == short_lcc.strip()
Exemplo n.º 2
0
def test_to_short_lcc(sortable_lcc, raw_lcc, short_lcc, name):
    assert sortable_lcc_to_short_lcc(sortable_lcc) == short_lcc