예제 #1
0
def test_force_string_1():
    assert force_string('a') == 'a'
예제 #2
0
def test_force_string_3():
    assert force_string('é') == 'é'
예제 #3
0
def test_force_string_4():
    assert force_string(u'é') == 'é'
예제 #4
0
def test_force_string_2():
    assert force_string(u'a') == 'a'
예제 #5
0
def test_force_string_1():
    assert force_string('a') == 'a'
예제 #6
0
def test_force_string_4():
    assert force_string(u'é') == 'é'
예제 #7
0
def test_force_string_3():
    assert force_string('é') == 'é'
예제 #8
0
def test_force_string_2():
    assert force_string(u'a') == 'a'