httpx/tests
Tom Christie 16893e414f
Add support for no-proxy configurations (#1099)
* Add internal URLMatcher class

* Use URLMatcher for proxy lookups in transport_for_url

* Docstring

* Pin pytest

* Add support for no-proxies configurations
2020-07-31 10:21:11 +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 Included create_ssl_context function to create the same context with SSLConfig and serve as API (#996) 2020-07-27 19:46:46 +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 Replace remaining occurrences of dispatch with transport (#1010) 2020-05-30 23:18:48 +02: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