Searched refs:schema_exists (Results 1 – 1 of 1) sorted by relevance
225 def test_yaml_validate(schema_exists, validate, expected_error): argument227 schema_mock = mock.Mock() if schema_exists else None246 if schema_exists: