You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitMate.io thinks the contributor most likely able to help you is @asvetlov.
Possibly related issues are #3290 (Missing raise_for_status parameter to aiohttp.request), #689 ([Feature Request] Provide a JsonResponse class), #1861 (Client request timeout parameters are inconsistent), #3090 (Remove reader parameter from request.multipart()), and #1965 (Feature request: accept a set of fingerprints in TCPConnector).
Long story short
To test client connection to multiple hosts. The proposed fixture is aiohttp_server.
Unfortunately it accepts only port parameter.
Expected behaviour
host
parameter added to and passed over to TestServer (same as port) here:https://github.com/aio-libs/aiohttp/blob/master/aiohttp/pytest_plugin.py#L240-L241
Actual behaviour
No host parameter
The text was updated successfully, but these errors were encountered: