httpx/tests
Dima Boger 430285f55b
Fix multipart edge cases with data={} and/or files={} (#861)
* Add reproducible test example for empty multipart

* Possible fix for empty combination of files/data

* Return bytestream with empty data/files

* Remove content-length in test

Co-authored-by: florimondmanca <florimond.manca@gmail.com>
2020-03-16 22:34:50 +01:00
..
client Enable NO_PROXY environment variable support (#835) 2020-03-02 16:51:34 +01:00
dispatch Drop backend parameter on AsyncClient (#791) 2020-02-27 20:42:18 +00:00
models Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
__init__.py Drop RedirectLoop exception (#819) 2020-02-24 10:09:52 +00:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Drop run and run_in_threadpool (#710) 2020-01-06 11:14:43 +00:00
conftest.py Drop run and run_in_threadpool (#710) 2020-01-06 11:14:43 +00:00
test_api.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +00:00
test_asgi.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_concurrency.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
test_config.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
test_content_streams.py Fix multipart edge cases with data={} and/or files={} (#861) 2020-03-16 22:34:50 +01:00
test_decoders.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
test_multipart.py Don't support broken dict-of-dicts case for data argument (#811) 2020-03-02 10:34:04 +00:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_utils.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
test_wsgi.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +00:00
utils.py Switch to private module names (#785) 2020-01-28 14:34:43 +00:00