httpx/tests
SarunasAzna 86964054d6
Allow tuple as input of query parameters. (#1426)
* Allow tuple as input of query parameters.

In the documentation it is stated that params can be dict, string or two
tuples. This allows to used two tuples. Previously it was possible to
use only tuple inside a list.

* tests for two tuples

* use isinstance to check the type of query params

* change list|tuple to in Sequence

* update documentation

* fix typing
2020-12-12 18:38:37 +01:00
..
client Properly encoded slashes when using base_url (#1407) 2020-12-02 13:01:11 +00:00
fixtures Use relative tests directory references (#1052) 2020-07-16 16:28:31 +02:00
models Allow tuple as input of query parameters. (#1426) 2020-12-12 18:38:37 +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 Drop unecessary host="localhost" in https_server fixture to fix CI build (#1367) 2020-10-24 23:25:31 +02:00
test_api.py Seperate content=... and data=... parameters (#1266) 2020-09-15 13:36:10 +01:00
test_asgi.py Add raw_path to scope in ASGITransport (#1357) 2020-10-09 16:46:26 +01:00
test_auth.py Add support for sync-specific or async-specific auth flows (#1217) 2020-09-09 14:37:20 +01:00
test_config.py Add keepalive_expiry to Limits config (#1398) 2020-11-25 15:32:37 +00:00
test_content.py Refactor content streams (#1296) 2020-09-18 10:50:15 +01:00
test_decoders.py Support for chunk_size (#1277) 2020-11-25 15:28:06 +00:00
test_exceptions.py Map httpcore exceptions for Response read methods (#1190) 2020-08-19 12:10:04 +01:00
test_exported_members.py Add exported members test (#1179) 2020-08-15 12:24:26 +02:00
test_multipart.py Include invalid name/value when raising TypeError in DataField (#1368) 2020-11-05 10:46:22 +00:00
test_status_codes.py Single consistent name for status codes (#1088) 2020-07-27 14:35:01 +01:00
test_timeouts.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00
test_utils.py Drop request.timer attribute. (#1249) 2020-09-07 09:06:14 +01:00
test_wsgi.py Seperate content=... and data=... parameters (#1266) 2020-09-15 13:36:10 +01:00
utils.py Version 0.15.0 (#1301) 2020-09-22 11:44:28 +01:00