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

Function test_method3

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

Source from the content-addressed store, hash-verified

108
109
110def test_method3(make_request) -> None:
111 req = make_request("HEAD", "http://python.org/")
112 assert req.method == "HEAD"
113
114
115def test_method_invalid(make_request) -> None:

Callers

nothing calls this directly

Calls 1

make_requestFunction · 0.70

Tested by

no test coverage detected