Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
3
test_async_launch_background_run_deletes_thread_when_run_creation_fails
Function · 0.70
test_async_status_watcher_aborts_and_deletes_thread_on_error_status
Function · 0.70
test_async_status_watcher_preserves_run_url
Function · 0.70
Calls
3
_request
Function · 0.70
_Runs
Class · 0.70
_Threads
Class · 0.70
Tested by
no test coverage detected