MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_resolve_timeout_int_and_float

Function test_resolve_timeout_int_and_float

tests/test_config.py:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123
124
125def test_resolve_timeout_int_and_float():
126 assert resolve_timeout({"timeout": 1200}) == 1200.0
127 assert resolve_timeout({"timeout": 0.5}) == 0.5
128
129
130def test_resolve_timeout_numeric_string_coerced():

Callers

nothing calls this directly

Calls 1

resolve_timeoutFunction · 0.90

Tested by

no test coverage detected