httpx/tests/client
Josep Cugat 620b0670db
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
2020-06-02 10:24:45 +01:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Increased test coverage & cleanup (#1003) 2020-05-30 23:22:03 +02:00
test_auth.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
test_client.py Increased test coverage & cleanup (#1003) 2020-05-30 23:22:03 +02:00
test_cookies.py Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02:00
test_headers.py Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02:00
test_properties.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_proxies.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
test_queryparams.py Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02:00
test_redirects.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00