MCPcopy Index your code
hub / github.com/github/spec-kit / _errors

Method _errors

tests/test_workflows.py:2311–2317  ·  view source on GitHub ↗
(yaml_text)

Source from the content-addressed store, hash-verified

2309
2310 @staticmethod
2311 def _errors(yaml_text):
2312 from specify_cli.workflows.engine import (
2313 WorkflowDefinition,
2314 validate_workflow,
2315 )
2316
2317 return validate_workflow(WorkflowDefinition.from_string(yaml_text))
2318
2319 def test_unknown_wait_for_id_is_rejected(self):
2320 errors = self._errors("""

Calls 2

validate_workflowFunction · 0.90
from_stringMethod · 0.80

Tested by

no test coverage detected