MCPcopy
hub / github.com/EvoScientist/EvoScientist / run

Function run

tests/test_gateway_background_runs.py:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 )
206
207 async def run() -> None:
208 with pytest.raises(RuntimeError, match="run creation failed"):
209 await background_runs.alaunch_background_run(_request())
210
211 asyncio.run(run())
212

Calls 3

_requestFunction · 0.70
_RunsClass · 0.70
_ThreadsClass · 0.70

Tested by

no test coverage detected