httpx/tests
Tom Christie 876e722b24
Update to httpcore 0.10 (#1126)
* Keep HTTPError as a base class for .request() and .raise_for_status()

* Updates for httpcore 0.10

* Update httpx/_exceptions.py

Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com>

* Use httpcore.SimpleByteStream/httpcore.IteratorByteStream

* Use httpcore.PlainByteStream

* Merge master

* Update to httpcore 0.10.x

Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com>
2020-08-07 14:14:11 +01:00
..
client Update to httpcore 0.10 (#1126) 2020-08-07 14:14:11 +01:00
fixtures Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
models Use get_list consistently (#1119) 2020-08-02 11:33:50 +01:00
__init__.py Drop RedirectLoop exception (#819) 2020-02-24 10:09:52 +00:00
common.py Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
concurrency.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
conftest.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_api.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_asgi.py Exception hierarchy (#1095) 2020-07-31 12:57:49 +01:00
test_config.py Update to httpcore 0.10 (#1126) 2020-08-07 14:14:11 +01:00
test_content_streams.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_decoders.py Exception hierarchy (#1095) 2020-07-31 12:57:49 +01:00
test_exceptions.py Drop deprecated API (#1057) 2020-07-15 12:19:56 +01:00
test_multipart.py Update to httpcore 0.10 (#1126) 2020-08-07 14:14:11 +01:00
test_status_codes.py Single consistent name for status codes (#1088) 2020-07-27 14:35:01 +01:00
test_timeouts.py Rename PoolLimits to Limits (#1113) 2020-08-01 20:44:58 +01:00
test_utils.py Fixed warnings in unit tests suite, caused by #1127 PR (#1137) 2020-08-06 13:41:11 +01:00
test_wsgi.py Exception hierarchy (#1095) 2020-07-31 12:57:49 +01:00
utils.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00