httpx/tests
Tom Christie dba83d45a5
httpx.Timeout must include a default (#1085)
* httpx.Timeout must include a default

* Tweak docstring

* Gentle deprecation for mandatory default on httpx.Timeout(...)

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
2020-07-31 11:41:53 +01:00
..
client Add support for no-proxy configurations (#1099) 2020-07-31 10:21:11 +01:00
fixtures Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
models URL.port becomes Optional[int] (#1080) 2020-07-24 11:42:13 +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 Run ASGI tests on trio too (#1020) 2020-06-13 19:42:36 +02:00
test_config.py httpx.Timeout must include a default (#1085) 2020-07-31 11:41:53 +01:00
test_content_streams.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_decoders.py Fixes for LineDecoding (#1075) 2020-07-23 09:45:35 +01:00
test_exceptions.py Drop deprecated API (#1057) 2020-07-15 12:19:56 +01:00
test_multipart.py Type check tests (#1054) 2020-07-07 11:10:43 +02:00
test_status_codes.py Single consistent name for status codes (#1088) 2020-07-27 14:35:01 +01:00
test_timeouts.py httpx.Timeout must include a default (#1085) 2020-07-31 11:41:53 +01:00
test_utils.py URL matching (#1098) 2020-07-31 10:11:49 +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