httpx/tests/client
Tom Christie 3350d7e683
Close responses when on cancellations occur during reading. (#2156)
* Test case for clean stream closing on cancellations

* Test case for clean stream closing on cancellations

* Linting on tests

* responses should close on any BaseException
2022-03-31 13:41:40 +01:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Close responses when on cancellations occur during reading. (#2156) 2022-03-31 13:41:40 +01:00
test_auth.py Transport API as plain request -> response method. (#1840) 2021-09-13 13:34:46 +01:00
test_client.py Stricter enforcement of either 'with httpx.Client() as client' or 'client = httpx.Client()' lifespan styles. (#1800) 2021-08-13 15:17:15 +01:00
test_cookies.py Deprecate per-request cookies (#1574) 2021-04-19 11:18:32 +01:00
test_event_hooks.py Switch follow redirects default (#1808) 2021-09-13 13:21:22 +01:00
test_headers.py Fix Headers.update to correctly handle repeated headers (#2038) 2022-01-21 08:35:10 -08:00
test_properties.py Event hooks (#1246) 2020-09-15 12:05:39 +01:00
test_proxies.py SOCKS proxy support (#2034) 2022-01-19 14:58:19 +00:00
test_queryparams.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_redirects.py Preserve Authorization header on HTTPS redirect (#1850) (#2074) 2022-02-09 11:18:21 +00:00