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

Function assert_current_agent_is

tests/integration/utils/asserts.py:25–26  ·  view source on GitHub ↗
(agent_name: str, *, agent_runner: TestRunner)

Source from the content-addressed store, hash-verified

23
24
25def assert_current_agent_is(agent_name: str, *, agent_runner: TestRunner):
26 assert agent_runner.get_current_agent_name() == agent_name
27
28
29def assert_agent_says(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected