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

Function _register

tests/workflow/test_delivery.py:25–35  ·  view source on GitHub ↗
(reg)

Source from the content-addressed store, hash-verified

23
24
25def _register(reg):
26 return register_workflow_task(
27 task_id="wnotify1",
28 run_id="wf_run1",
29 workflow_name="demo",
30 description="demo",
31 output_file="/tmp/x.json",
32 progress=WorkflowProgress(),
33 run=_FakeRun(),
34 registry=reg,
35 )
36
37
38@pytest.fixture

Calls 3

register_workflow_taskFunction · 0.90
WorkflowProgressClass · 0.90
_FakeRunClass · 0.70

Tested by

no test coverage detected