httpx/tests
Mattwmaster58 ed949508a6 Files without a filename should not set a Content-Type in multipart data. (#520)
* File upoads with no filename should not set a Content-Type in their multipart data.
* Update type annotations to allow file uploads to be a string
2019-11-30 19:46:44 +00:00
..
client Ensure Authorization header has priority over .netrc 2019-11-30 12:06:16 +00:00
dispatch Drop sync (#544) 2019-11-27 10:43:42 +00:00
models Add Response.stream_lines (#575) 2019-11-30 18:02:46 +00:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Fix race condition on stream.read (#535) 2019-11-22 09:34:09 +01:00
conftest.py Drop sync (#544) 2019-11-27 10:43:42 +00:00
test_api.py Drop sync (#544) 2019-11-27 10:43:42 +00:00
test_asgi.py Drop sync (#544) 2019-11-27 10:43:42 +00:00
test_concurrency.py Refactor start_tls tests (#567) 2019-11-29 22:16:32 +01:00
test_config.py Pool timeouts should be on the TimeoutConfig, not PoolLimits (#563) 2019-11-29 12:01:51 +00:00
test_decoders.py Add Response.stream_lines (#575) 2019-11-30 18:02:46 +00:00
test_multipart.py Files without a filename should not set a Content-Type in multipart data. (#520) 2019-11-30 19:46:44 +00:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Pool timeouts should be on the TimeoutConfig, not PoolLimits (#563) 2019-11-29 12:01:51 +00:00
test_utils.py Refactor netrc handling (#558) 2019-11-28 12:31:15 +00:00
utils.py Refactor debug and trace log tests (#506) 2019-11-06 12:04:20 +01:00