]> git.ipfire.org Git - thirdparty/httpx.git/commit
Closing AsyncClient in all tests (#871) (#1219)
authorcdeler <serj.krotov@gmail.com>
Mon, 31 Aug 2020 15:02:28 +0000 (18:02 +0300)
committerGitHub <noreply@github.com>
Mon, 31 Aug 2020 15:02:28 +0000 (18:02 +0300)
commitfa7661b306037b36b97c3cb5ce007cabc5ad2dab
tree6a382684ce75909b12f526b54c955dd9ef5a1cf9
parentaad820992871a4301ba0e1b639f5d8dce24b5146
Closing AsyncClient in all tests (#871) (#1219)

All over the AsyncClient invocation is made using context manager or with try-finally block
tests/client/test_auth.py
tests/test_asgi.py
tests/test_multipart.py