()
| 101 | |
| 102 | |
| 103 | async def test_import_json_allowed(): |
| 104 | assert await execute_workflow("import json\nreturn json.dumps([1, 2])", {}, None) == "[1, 2]" |
| 105 | |
| 106 | |
| 107 | async def test_import_os_blocked(): |
nothing calls this directly
no test coverage detected