def gsm_encode(content):
    return gsm.encode(content)
예제 #2
0
def test_encode_string(content, expected):
    assert gsm.encode(content) == expected