MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _ImmediateFailingClient

Class _ImmediateFailingClient

tests/conftest.py:18–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class _ImmediateFailingClient:
19 is_closed = False
20
21 async def post(self, *args, **kwargs):
22 raise httpx.ConnectError("connection refused")
23
24 def build_request(self, *args, **kwargs):
25 raise httpx.ConnectError("connection refused")
26
27 async def send(self, *args, **kwargs):
28 raise httpx.ConnectError("connection refused")
29
30
31@pytest.fixture

Callers 1

_isolate_proxy_defaultsFunction · 0.85

Calls

no outgoing calls

Tested by 1

_isolate_proxy_defaultsFunction · 0.68