httpx/tests/models
Tyler Wozniak 42c66863d0
Raise a proper type error on invalid URL type (#1259)
* Added test for expected URL class behavior

* Updated URL class, tests pass

* Updated to include type in error message
2020-09-04 23:14:59 +02:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_cookies.py Made cookies construct-able from a list of tuples (#1211) 2020-08-24 10:44:48 +01:00
test_headers.py Use get_list consistently (#1119) 2020-08-02 11:33:50 +01:00
test_queryparams.py Better test case consistency. Prefer import httpx and httpx.Client. (#1222) 2020-08-26 14:10:23 +01:00
test_requests.py Header refinements (#1248) 2020-09-02 21:32:48 +01:00
test_responses.py Drop Response(..., request=...) style in test cases. (#1243) 2020-09-02 10:10:32 +01:00
test_url.py Raise a proper type error on invalid URL type (#1259) 2020-09-04 23:14:59 +02:00