예제 #1
0
def test_check_type_tag_success():
    check_type_tag('file')
예제 #2
0
def test_check_type_tag_failures(value):
    with pytest.raises(schema.ValidationError):
        check_type_tag(value)
예제 #3
0
def test_check_type_tag_failures(value):
    with pytest.raises(cfgv.ValidationError):
        check_type_tag(value)