MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_bad_meta_raises_preflight

Function test_bad_meta_raises_preflight

tests/workflow/test_runtime.py:32–38  ·  view source on GitHub ↗
(runner)

Source from the content-addressed store, hash-verified

30
31
32async def test_bad_meta_raises_preflight(runner):
33 import pytest
34
35 from src.workflow.errors import WorkflowMetaError
36
37 with pytest.raises(WorkflowMetaError):
38 await run_workflow("return 1", runner=runner)
39
40
41async def test_script_runtime_error_is_captured(runner):

Callers

nothing calls this directly

Calls 1

run_workflowFunction · 0.90

Tested by

no test coverage detected