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

Function test_import_json_allowed

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

Source from the content-addressed store, hash-verified

101
102
103async def test_import_json_allowed():
104 assert await execute_workflow("import json\nreturn json.dumps([1, 2])", {}, None) == "[1, 2]"
105
106
107async def test_import_os_blocked():

Callers

nothing calls this directly

Calls 1

execute_workflowFunction · 0.90

Tested by

no test coverage detected