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

Function test_resolve_timeout_rejects_non_positive

tests/test_config.py:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133
134def test_resolve_timeout_rejects_non_positive():
135 assert resolve_timeout({"timeout": 0}) is None
136 assert resolve_timeout({"timeout": -10}) is None
137
138
139def test_resolve_timeout_rejects_bool():

Callers

nothing calls this directly

Calls 1

resolve_timeoutFunction · 0.90

Tested by

no test coverage detected