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

Function sandbox_client

e2e/python/conftest.py:25–27  ·  view source on GitHub ↗
(cluster_name: str | None)

Source from the content-addressed store, hash-verified

23
24@pytest.fixture(scope="session")
25def sandbox_client(cluster_name: str | None) -> Iterator[SandboxClient]:
26 with SandboxClient.from_active_cluster(cluster=cluster_name) as client:
27 yield client
28
29
30@pytest.fixture(scope="session", autouse=True)

Callers

nothing calls this directly

Calls 1

from_active_clusterMethod · 0.80

Tested by

no test coverage detected