Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ get_process
Method
get_process
src/tests/execution_service_test.py:273–274 ·
view source on GitHub ↗
(self, execution_id)
Source
from the content-addressed store, hash-verified
271
return
execution_service
272
273
def
get_process(self, execution_id) -> _MockProcessWrapper:
274
return
self.processes[execution_id]
275
276
def
setUp(self):
277
super().setUp()
Callers
6
test_is_running_after_stop
Method · 0.95
test_exit_code
Method · 0.95
test_active_executions_when_2_started_and_1_cleanup
Method · 0.95
test_active_executor_after_cleanup
Method · 0.95
test_finish_listener
Method · 0.95
test_finish_listener_by_id
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected