Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ test_resolve_timeout_numeric_string_coerced
Function
test_resolve_timeout_numeric_string_coerced
tests/test_config.py:130–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
129
130
def
test_resolve_timeout_numeric_string_coerced():
131
assert resolve_timeout({
"timeout"
:
"1200"
}) == 1200.0
132
133
134
def
test_resolve_timeout_rejects_non_positive():
Callers
nothing calls this directly
Calls
1
resolve_timeout
Function · 0.90
Tested by
no test coverage detected