MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / test_method2

Function test_method2

tests/test_client_request.py:105–107  ·  view source on GitHub ↗
(make_request)

Source from the content-addressed store, hash-verified

103
104
105def test_method2(make_request) -> None:
106 req = make_request("head", "http://python.org/")
107 assert req.method == "HEAD"
108
109
110def test_method3(make_request) -> None:

Callers

nothing calls this directly

Calls 1

make_requestFunction · 0.70

Tested by

no test coverage detected