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

Method run

tests/test_interactive_bridge.py:239–240  ·  view source on GitHub ↗
(self, args, context)

Source from the content-addressed store, hash-verified

237async def test_engine_guards_non_interactive_outcome(tmp_path):
238 class _Bad(InteractiveCommand):
239 async def run(self, args, context):
240 return "not an outcome" # type: ignore[return-value]
241
242 reg = _registry_with(_Bad(name="bad", description="d"))
243 eng = CommandEngine(

Calls

no outgoing calls

Tested by

no test coverage detected