httpx/tests
2022-12-11 19:12:08 +00:00
..
client Use consistent import style (#2493) 2022-12-06 11:58:30 +00:00
fixtures Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
models Add back in URL.raw with NamedTuple (#2481) 2022-12-02 16:20:05 +00: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 use # pragma: no cover instead of # pragma: nocover (#2471) 2022-11-29 10:23:18 -06:00
conftest.py Typing: enable disallow_untyped_calls (#2479) 2022-12-02 10:47:42 +00:00
test_api.py Typing: enable disallow_untyped_calls (#2479) 2022-12-02 10:47:42 +00:00
test_asgi.py Transport API as plain request -> response method. (#1840) 2021-09-13 13:34:46 +01:00
test_auth.py reuse the digest auth state to avoid unnecessary requests (#2463) 2022-11-29 17:05:37 +00:00
test_config.py Remove and dissallow unused type ignores (#2470) 2022-11-29 16:55:45 +00:00
test_content.py Raise TypeError if content is passed a 'dict' instance. (#2495) 2022-12-11 19:12:08 +00:00
test_decoders.py Remove some private imports from test_decoders (#2496) 2022-12-06 18:22:04 +00:00
test_exceptions.py Typing: enable disallow_incomplete_defs (#2476) 2022-11-30 09:04:54 +00:00
test_exported_members.py Add exported members test (#1179) 2020-08-15 12:24:26 +02:00
test_main.py Typing: enable disallow_untyped_calls (#2479) 2022-12-02 10:47:42 +00:00
test_multipart.py Typing: enable disallow_incomplete_defs (#2476) 2022-11-30 09:04:54 +00:00
test_status_codes.py Typing: enable strict_equality (#2480) 2022-12-02 08:45:28 +00:00
test_timeouts.py Version 0.21 (#1935) 2021-11-15 14:30:54 +00:00
test_utils.py Preserve Authorization header on HTTPS redirect (#1850) (#2074) 2022-02-09 11:18:21 +00:00
test_wsgi.py Typing: enable disallow_untyped_calls (#2479) 2022-12-02 10:47:42 +00:00
utils.py Typing: enable disallow_incomplete_defs (#2476) 2022-11-30 09:04:54 +00:00