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

Function test_resolve_timeout_rejects_bool

tests/test_config.py:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def test_resolve_timeout_rejects_bool():
140 # bool is a subclass of int; True/False are not durations.
141 assert resolve_timeout({"timeout": True}) is None
142
143
144def test_resolve_timeout_rejects_non_numeric():

Callers

nothing calls this directly

Calls 1

resolve_timeoutFunction · 0.90

Tested by

no test coverage detected