MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / test_toolcall_duration_defaults_none

Function test_toolcall_duration_defaults_none

src/agent/tests/test_timing.py:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20def test_toolcall_duration_defaults_none():
21 tc = ToolCall(name="sensors", input={})
22 assert tc.duration_ms is None
23
24
25def test_turnrecord_duration_defaults_none():

Callers

nothing calls this directly

Calls 1

ToolCallClass · 0.90

Tested by

no test coverage detected