Exemplo n.º 1
0
def test_sanitize_value_convert(test_input, convert, expected):
    sanitize_value(test_input, convert) == expected
Exemplo n.º 2
0
def test_sanitize_value_strip(test_input, expected):
    sanitize_value(test_input) == expected
Exemplo n.º 3
0
def test_sanitize_value_no_effect(test_input, expected):
    sanitize_value(test_input) == expected
Exemplo n.º 4
0
def test_sanitize_value_convert(test_input, convert, expected):
    sanitize_value(test_input, convert) == expected
Exemplo n.º 5
0
def test_sanitize_value_strip(test_input, expected):
    sanitize_value(test_input) == expected
Exemplo n.º 6
0
def test_sanitize_value_no_effect(test_input, expected):
    sanitize_value(test_input) == expected