Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ FailingServer
Class
FailingServer
tests/unit/api/test_query_router.py:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
class
FailingServer:
47
async
def
handle_tool_call(self, tool_name, arguments):
48
raise
OSError(
"connection refused"
)
49
50
51
def
test_execute_query_returns_503_when_database_unavailable(
Callers
1
test_execute_query_returns_503_when_database_unavailable
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_execute_query_returns_503_when_database_unavailable
Function · 0.68