httpx/tests
Florimond Manca fab427972b
Add exceptions missing from top-level package (#1045)
* Expose missing exceptions: CloseError, ConnectError, ReadError, WriteError

* Lint
2020-07-03 15:18:24 +02:00
..
client Improve list/dict comprehensions (#1036) 2020-07-02 17:45:00 +02:00
models Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
__init__.py Drop RedirectLoop exception (#819) 2020-02-24 10:09:52 +00:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
conftest.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
test_api.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +00:00
test_asgi.py Run ASGI tests on trio too (#1020) 2020-06-13 19:42:36 +02:00
test_config.py Rename pool limit options (#968) 2020-05-21 13:26:20 +01:00
test_content_streams.py Add support for multiple files per POST field (#1032) 2020-06-24 19:17:27 +02:00
test_decoders.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
test_exceptions.py Add exceptions missing from top-level package (#1045) 2020-07-03 15:18:24 +02:00
test_multipart.py Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02:00
test_utils.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
test_wsgi.py Increase test coverage - take 2 (#1012) 2020-06-02 10:24:45 +01:00
utils.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00