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

Method post

tests/conftest.py:21–22  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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")

Calls

no outgoing calls

Tested by

no test coverage detected