httpx/tests/client
Tom Christie d25f2bfeff
Fix stream unsetting auth (#1312)
* Fix ASGITransport path escaping

* Add failing test case for auth with streaming

* Fix .stream setting auth=None
2020-09-23 11:25:54 +01:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Seperate content=... and data=... parameters (#1266) 2020-09-15 13:36:10 +01:00
test_auth.py Fix stream unsetting auth (#1312) 2020-09-23 11:25:54 +01:00
test_client.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
test_cookies.py Support Response(text=...), Response(html=...), Response(json=...) (#1297) 2020-09-21 11:19:19 +01:00
test_event_hooks.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
test_headers.py Support Response(text=...), Response(html=...), Response(json=...) (#1297) 2020-09-21 11:19:19 +01:00
test_properties.py Event hooks (#1246) 2020-09-15 12:05:39 +01:00
test_proxies.py Issue warning on unclosed AsyncClient. (#1197) 2020-09-02 13:02:59 +01:00
test_queryparams.py Support Response(text=...), Response(html=...), Response(json=...) (#1297) 2020-09-21 11:19:19 +01:00
test_redirects.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00