httpx/tests
Tomás Farías db7f2d0df3 Add support for SSLKEYLOGFILE (#301)
* Skip test if OpenSSL version is lower than 1.1.1

* Use bionic dist for Python 3.8 job

* Pass trust_env to SSLConfig use monkeypatch in testing

* Don't raise KeyError if SSLKEYLOGFILE is not set

* Move trust_env after verify and cert
2019-09-01 08:01:11 -05:00
..
client Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
dispatch Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
models Added links property to BaseResponse (#211) 2019-08-16 09:07:52 -05:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Parametrize tests with concurrency backend (#273) 2019-08-25 20:25:18 +02:00
conftest.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_api.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_asgi.py Parametrize tests with concurrency backend (#273) 2019-08-25 20:25:18 +02:00
test_concurrency.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_config.py Add support for SSLKEYLOGFILE (#301) 2019-09-01 08:01:11 -05:00
test_decoders.py added control to calling decode for empty contents (#237) 2019-08-19 16:12:00 +01:00
test_multipart.py Add Client(http_versions=...) support 2019-08-20 13:30:54 +01:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_utils.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_wsgi.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00