httpx/tests
2024-03-01 14:52:30 +00:00
..
client Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
fixtures Add NetRCAuth() class. (#2535) 2023-01-12 11:27:46 +00:00
models Cleanup URL percent-encoding behavior. (#2990) 2023-12-15 11:35:16 +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 Drop private imports in tests/conftest.py (#2569) 2023-02-09 15:54:53 +00:00
test_api.py Typing: enable disallow_untyped_calls (#2479) 2022-12-02 10:47:42 +00:00
test_asgi.py Deprecate app=... in favor of explicit WSGITransport/ASGITransport. (#3050) 2024-02-02 13:29:41 +00:00
test_auth.py Fix RFC 2069 mode digest authentication (#3045) 2024-01-10 10:08:42 +00:00
test_config.py Ruff linter: Use the default line-length (#2922) 2023-11-29 13:28:31 +04:00
test_content.py Stricter data typechecking 2024-03-01 14:52:30 +00:00
test_decoders.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
test_exceptions.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
test_exported_members.py Drop private imports from test_exported_members.py (#2573) 2023-02-09 16:00:27 +00:00
test_main.py Drop private imports from test_main.py (#2574) 2023-02-09 15:50:09 +00:00
test_multipart.py Use __future__.annotations (#3068) 2024-01-24 14:30:22 +00:00
test_status_codes.py Typing: enable strict_equality (#2480) 2022-12-02 08:45:28 +00:00
test_timeouts.py Fix client.send() timeout new Request instance (#3116) 2024-02-26 16:36:58 +00:00
test_utils.py test same_origin via public api (#3062) 2024-02-23 14:16:03 +00:00
test_wsgi.py Deprecate app=... in favor of explicit WSGITransport/ASGITransport. (#3050) 2024-02-02 13:29:41 +00:00