aio-libs / aiohttp-sse

Server-sent events support for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix all asyncio warnings in tests

jettify opened this issue · comments

Fix all asyncio warnings in tests

I believe they are all gone now.
Feel free to close once you confirmed.

We still have several, for instance

tests/test_sse.py::test_func[with_sse_response-True] Unclosed response
client_response: <ClientResponse(http://127.0.0.1:53391/) [405 Method Not Allowed]>
<CIMultiDictProxy('Content-Type': 'text/plain; charset=utf-8', 'Content-Length': '23', 'Allow': 'GET', 'Date': 'Tue, 28 Feb 2017 14:49:28 GMT', 'Server': 'Python/3.6 aiohttp/1.3.3')>

should be easy to fix