MCPcopy Create free account
hub / github.com/apify/impit / test_methods_work

Method test_methods_work

impit-python/test/no_client_test.py:188–190  ·  view source on GitHub ↗
(self, method: str)

Source from the content-addressed store, hash-verified

186 ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS'],
187 )
188 def test_methods_work(self, method: str) -> None:
189 m = getattr(impit, method.lower())
190 m(get_httpbin_url('/anything'))
191
192 def test_proxy(self) -> None:
193 stop_proxy = start_proxy_server(3002)

Callers

nothing calls this directly

Calls 1

get_httpbin_urlFunction · 0.85

Tested by

no test coverage detected