httpx/tests/client
cdeler fa7661b306
Closing AsyncClient in all tests (#871) (#1219)
All over the AsyncClient invocation is made using context manager or with try-finally block
2020-08-31 18:02:28 +03:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Context managed transports (#1218) 2020-08-26 12:05:05 +01:00
test_auth.py Closing AsyncClient in all tests (#871) (#1219) 2020-08-31 18:02:28 +03:00
test_client.py Replace httpx.URL for str in tests (#1237) 2020-08-30 08:01:37 +02:00
test_cookies.py Better test case consistency. Prefer import httpx and httpx.Client. (#1222) 2020-08-26 14:10:23 +01:00
test_headers.py Better test case consistency. Prefer import httpx and httpx.Client. (#1222) 2020-08-26 14:10:23 +01:00
test_properties.py Replace httpx.URL for str in tests (#1237) 2020-08-30 08:01:37 +02:00
test_proxies.py Better test case consistency. Prefer import httpx and httpx.Client. (#1222) 2020-08-26 14:10:23 +01:00
test_queryparams.py Replace httpx.URL for str in tests (#1237) 2020-08-30 08:01:37 +02:00
test_redirects.py Replace httpx.URL for str in tests (#1237) 2020-08-30 08:01:37 +02:00