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

Function test_method1

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

Source from the content-addressed store, hash-verified

98
99
100def test_method1(make_request) -> None:
101 req = make_request("get", "http://python.org/")
102 assert req.method == "GET"
103
104
105def test_method2(make_request) -> None:

Callers

nothing calls this directly

Calls 1

make_requestFunction · 0.70

Tested by

no test coverage detected