httpx/tests/client
Tom Christie 2d9c3580e0
Switch event hooks to also run on redirects. (#1806)
* Switch event hooks to also run on redirects

* Bump coverage

* Add pragma: no cover, because sometime ya just gotta be pragmatic

* Update docs with note about response.read()
2021-08-18 15:12:39 +01:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_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_auth.py Escalate the distinction between data=... and content=... to be stricter (#1573) 2021-04-16 10:06:12 +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 event hooks to also run on redirects. (#1806) 2021-08-18 15:12:39 +01:00
test_headers.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_properties.py Event hooks (#1246) 2020-09-15 12:05:39 +01:00
test_proxies.py Add a network pytest mark for tests that use the network (#1669) 2021-08-13 14:13:43 +01:00
test_queryparams.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_redirects.py Transport API (#1522) 2021-03-24 12:36:34 +00:00