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

Function test_resolve_source_errors

tests/workflow/test_workflow_tool.py:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93
94def test_resolve_source_errors():
95 src, err = _resolve_source({}, None)
96 assert src is None and "provide one" in err
97 src, err = _resolve_source({"name": "nope"}, None)
98 assert src is None and "no saved workflow" in err
99
100
101# ── tool ──────────────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

_resolve_sourceFunction · 0.90

Tested by

no test coverage detected