httpx/tests/client
Tom Christie 5aca0c0172
Fix redirect cookie behavior (#529)
* Fix redirect cookie behavior
* Drop flake8-comprehensions
* Add redirect cookie tests
2019-11-15 21:31:15 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Make HTTPError importable from the top-level (#421) 2019-10-01 13:37:05 -05:00
test_auth.py Get test suite back to ~100% line coverage (#406) 2019-09-29 13:58:22 -05:00
test_client.py Fix flaky Response.elapsed tests (#446) 2019-10-04 15:36:06 -05:00
test_cookies.py Automatically convert Client.cookies and Client.headers on set (#274) 2019-08-27 19:25:30 -05:00
test_headers.py Don't include username/password components in Host header (#417) 2019-10-04 10:33:18 +01:00
test_properties.py Automatically convert Client.cookies and Client.headers on set (#274) 2019-08-27 19:25:30 -05:00
test_proxies.py Get test suite back to ~100% line coverage (#406) 2019-09-29 13:58:22 -05:00
test_queryparams.py Get test suite back to ~100% line coverage (#406) 2019-09-29 13:58:22 -05:00
test_redirects.py Fix redirect cookie behavior (#529) 2019-11-15 21:31:15 +00:00