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

Function test_single_function_calls_success

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

Source from the content-addressed store, hash-verified

29 indirect=True,
30)
31def test_single_function_calls_success(agent_runner: TestRunner):
32 _call_function_and_assert(
33 agent_runner,
34 "simple_function",
35 "test",
36 "success",
37 )
38
39
40@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected