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

Function build_test_runner

tests/unittests/telemetry/functional_test_helpers.py:390–392  ·  view source on GitHub ↗

Builds a runner around the canonical agent (no workflow wrapper).

(*, failing: bool = False)

Source from the content-addressed store, hash-verified

388
389
390def build_test_runner(*, failing: bool = False) -> TestInMemoryRunner:
391 """Builds a runner around the canonical agent (no workflow wrapper)."""
392 return TestInMemoryRunner(node=build_test_agent(failing=failing))
393
394
395def build_test_workflow(*, failing: bool = False) -> Workflow:

Calls 2

build_test_agentFunction · 0.85
TestInMemoryRunnerClass · 0.50

Tested by

no test coverage detected