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