MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _client_with_fake_stub

Function _client_with_fake_stub

python/openshell/sandbox_test.py:63–67  ·  view source on GitHub ↗
(stub: _FakeStub)

Source from the content-addressed store, hash-verified

61
62
63def _client_with_fake_stub(stub: _FakeStub) -> SandboxClient:
64 client = cast("SandboxClient", object.__new__(SandboxClient))
65 client._timeout = 30.0
66 client._stub = cast("Any", stub)
67 return client
68
69
70def test_exec_sends_stdin_payload() -> None:

Calls

no outgoing calls

Tested by

no test coverage detected