]> git.ipfire.org Git - thirdparty/httpx.git/commit
Refactor tests in the light of backend auto-detection (#615)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 7 Dec 2019 14:17:35 +0000 (15:17 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2019 14:17:35 +0000 (15:17 +0100)
commitab41a5d5c39627dfae8d31584e30183c28525b71
treef2084ec5f0afd360bf94269a4634603bf0abcb5e
parentf57bb2f14217baec4e88c4f10941c57aeb627d8b
Refactor tests in the light of backend auto-detection (#615)

* Refactor tests in the light of backend auto-detection

* Test passing explicit backend separately

* Drop 'backend=backend'

* Fix usage of asyncio.run() on 3.6
tests/client/test_async_client.py
tests/client/test_redirects.py
tests/concurrency.py
tests/conftest.py
tests/dispatch/test_connection_pools.py
tests/dispatch/test_connections.py
tests/dispatch/test_http2.py
tests/dispatch/test_proxy_http.py
tests/dispatch/utils.py
tests/test_concurrency.py
tests/test_timeouts.py