MCPcopy Create free account
hub / github.com/bloomberg/pystack / callable

Function callable

tests/unit/test_extension.py:14–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 # GIVEN
13 @intercept_runtime_errors()
14 def callable():
15 raise RuntimeError
16
17 # WHEN/THEN
18 with pytest.raises(EngineError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected