Exemplo n.º 1
0
def test_check_type_tag_success():
    check_type_tag('file')
Exemplo n.º 2
0
def test_check_type_tag_failures(value):
    with pytest.raises(schema.ValidationError):
        check_type_tag(value)
Exemplo n.º 3
0
def test_check_type_tag_failures(value):
    with pytest.raises(cfgv.ValidationError):
        check_type_tag(value)