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

Function test_resolve_timeout_rejects_non_numeric

tests/test_config.py:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143
144def test_resolve_timeout_rejects_non_numeric():
145 assert resolve_timeout({"timeout": "soon"}) is None
146 assert resolve_timeout({"timeout": [1200]}) is None
147
148
149def test_resolve_timeout_rejects_nan_and_inf():

Callers

nothing calls this directly

Calls 1

resolve_timeoutFunction · 0.90

Tested by

no test coverage detected