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

Function test_agent_tools_success

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

Source from the content-addressed store, hash-verified

136 indirect=True,
137)
138def test_agent_tools_success(agent_runner: TestRunner):
139 _call_function_and_assert(
140 agent_runner,
141 "no_schema_agent",
142 "Hi",
143 "Hi",
144 )
145 _call_function_and_assert(
146 agent_runner,
147 "schema_agent",
148 "Agent_tools",
149 "Agent_tools_success",
150 )
151 _call_function_and_assert(
152 agent_runner, "no_input_schema_agent", "Tools", "Tools_success"
153 )
154 _call_function_and_assert(agent_runner, "no_output_schema_agent", "Hi", "Hi")
155
156
157@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected