httpx/tests/models
Tom Christie 4cbf13ece2
Raise TypeError on invalid query params. (#2523)
* Raise TypeError on invalid query params

* Fix TypeError

* Update tests/models/test_queryparams.py

Co-authored-by: Michael Adkins <contact@zanie.dev>

* Linting

* Fix exception check

Co-authored-by: Michael Adkins <contact@zanie.dev>
2022-12-30 20:56:48 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_cookies.py Add repr to Cookies for displaying available cookies (#1411) 2020-12-03 22:06:42 +01:00
test_headers.py Support header comparisons with dict or list. (#1326) 2020-09-25 12:28:34 +01:00
test_queryparams.py Raise TypeError on invalid query params. (#2523) 2022-12-30 20:56:48 +00:00
test_requests.py Typing: enable disallow_untyped_calls (#2479) 2022-12-02 10:47:42 +00:00
test_responses.py Drop unneccessary private import in tests (#2498) 2022-12-12 10:43:46 +00:00
test_url.py Add back in URL.raw with NamedTuple (#2481) 2022-12-02 16:20:05 +00:00