Exemplo n.º 1
0
def test_convert(value, expected):
    assert OpenStruct._convert(value) == expected
Exemplo n.º 2
0
def test_convert(value, expected):
    assert OpenStruct._convert(value) == expected
Exemplo n.º 3
0
def test_convert_with_dict_convert(value, expected):
    assert OpenStruct._convert(value, dict_convert=True) == expected