示例#1
0
def test_safe_unidecode():
    assert 'foobar' == utils.safe_unidecode(b'foobar')
示例#2
0
def test_safe_unidecode():
    assert "foobar" == utils.safe_unidecode(b"foobar")
示例#3
0
def test_safe_unidecode():
    assert 'foobar' == utils.safe_unidecode(b'foobar')