]> git.ipfire.org Git - thirdparty/httpx.git/commit
Parametrize tests with concurrency backend (#273)
authorFlorimond Manca <florimond.manca@gmail.com>
Sun, 25 Aug 2019 18:25:18 +0000 (20:25 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Aug 2019 18:25:18 +0000 (20:25 +0200)
commit3674058ff74f43b127b97900a9f0b93a5a4b7953
tree8b390c0940ca8248b9093daa9f27b456038790b9
parent1872ae873bcf3dd168089902c6809e433e4bd89d
Parametrize tests with concurrency backend (#273)

* Parametrize tests with concurrency backend

* Refactor server restart

* Add no-backend test
12 files changed:
httpx/client.py
tests/client/test_async_client.py
tests/client/test_redirects.py
tests/concurrency.py [new file with mode: 0644]
tests/conftest.py
tests/dispatch/test_connection_pools.py
tests/dispatch/test_connections.py
tests/dispatch/test_http2.py
tests/dispatch/test_threaded.py
tests/dispatch/utils.py
tests/test_asgi.py
tests/test_timeouts.py