()
| 110 | |
| 111 | |
| 112 | async def test_import_subprocess_blocked(): |
| 113 | with pytest.raises(ImportError): |
| 114 | await execute_workflow("import subprocess\nreturn 1", {}, None) |
| 115 | |
| 116 | |
| 117 | async def test_open_is_unavailable(): |
nothing calls this directly
no test coverage detected