httpx/tests/models
Tom Christie a11fc3849b
Cleanup URL percent-encoding behavior. (#2990)
* Replace path_query_fragment encoding tests

* Remove replaced test cases

* Fix test case to use correct hex sequence for 'abc'

* Fix 'quote' behaviour so we don't double-escape.

* Add '/' to safe chars in query strings

* Update docstring

* Linting

* Update outdated comment.

* Revert unrelated change

---------

Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
2023-12-15 11:35:16 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_cookies.py Ruff linter: Use the default line-length (#2922) 2023-11-29 13:28:31 +04:00
test_headers.py Support header comparisons with dict or list. (#1326) 2020-09-25 12:28:34 +01:00
test_queryparams.py Revert "Raise TypeError on invalid query params. (#2523)" (#2539) 2023-01-04 09:23:32 +00:00
test_requests.py Enabling ruff C416 (#3001) 2023-12-13 11:30:39 +00:00
test_responses.py Enabling ruff C416 (#3001) 2023-12-13 11:30:39 +00:00
test_url.py Cleanup URL percent-encoding behavior. (#2990) 2023-12-15 11:35:16 +00:00