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