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

Function test_import_subprocess_blocked

tests/workflow/test_sandbox.py:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112async def test_import_subprocess_blocked():
113 with pytest.raises(ImportError):
114 await execute_workflow("import subprocess\nreturn 1", {}, None)
115
116
117async def test_open_is_unavailable():

Callers

nothing calls this directly

Calls 1

execute_workflowFunction · 0.90

Tested by

no test coverage detected