MCPcopy Index your code
hub / github.com/google/adk-python / test_function_calls_fail

Function test_function_calls_fail

tests/integration/test_tools.py:123–130  ·  view source on GitHub ↗
(agent_runner: TestRunner)

Source from the content-addressed store, hash-verified

121 indirect=True,
122)
123def test_function_calls_fail(agent_runner: TestRunner):
124 _call_function_and_assert(
125 agent_runner,
126 "throw_error_function",
127 "test",
128 None,
129 ValueError,
130 )
131
132
133@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected