]> git.ipfire.org Git - thirdparty/httpx.git/commit
Increase test coverage - take 2 (#1012)
authorJosep Cugat <jcugat@gmail.com>
Tue, 2 Jun 2020 09:24:45 +0000 (11:24 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 09:24:45 +0000 (10:24 +0100)
commit620b0670db07ae844aa6fae40d9209a856440c9d
tree241269c995d6191a76e81cdae6373970fb7e5c91
parent8c84210555294ce10c681edae2df71627095a4e9
Increase test coverage - take 2 (#1012)

* Fix HttpError -> HTTPError typo

* Increased test coverage

* Increase coverage threshold

* Reuse sync/async transport code in test_auth.py

* Removed close_client check inside StreamContextManager

It's never set as True when used in async

* Reuse sync/async transport code in test_redirects.py
13 files changed:
docs/quickstart.md
httpx/_client.py
httpx/_models.py
scripts/coverage
tests/client/test_auth.py
tests/client/test_proxies.py
tests/client/test_redirects.py
tests/concurrency.py
tests/conftest.py
tests/models/test_url.py
tests/test_asgi.py
tests/test_utils.py
tests/test_wsgi.py