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

Method fail

e2e/python/test_sandbox_exec_python.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31) -> None:
32 class _Boom:
33 def fail(self) -> None:
34 raise RuntimeError("expected-failure")
35
36 with sandbox(delete_on_exit=True) as sb:
37 result = sb.exec_python(_Boom().fail, timeout_seconds=20)

Callers 2

wait_for_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected