httpx/tests/client
Adrian Garcia Badaracco 1b4e7fbb48
Typing: always fill in generic type parameters (#2468)
* Typing: always fill in generic type parameters

Being explicit about the parameters helps find bugs and makes the library
easier to use for users.

- Tell mypy to disallow generics without parameter values
- Give all generic types parameters values

* fix things that aren't coming in from other commits

* lint

Co-authored-by: Martijn Pieters <mj@zopatista.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
2022-11-29 16:36:03 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py use # pragma: no cover instead of # pragma: nocover (#2471) 2022-11-29 10:23:18 -06:00
test_auth.py Typing: always fill in generic type parameters (#2468) 2022-11-29 16:36:03 +00:00
test_client.py use # pragma: no cover instead of # pragma: nocover (#2471) 2022-11-29 10:23:18 -06:00
test_cookies.py Deprecate per-request cookies (#1574) 2021-04-19 11:18:32 +01:00
test_event_hooks.py Switch follow redirects default (#1808) 2021-09-13 13:21:22 +01:00
test_headers.py Fix Headers.update to correctly handle repeated headers (#2038) 2022-01-21 08:35:10 -08:00
test_properties.py use # pragma: no cover instead of # pragma: nocover (#2471) 2022-11-29 10:23:18 -06:00
test_proxies.py Drop RawURL (#2241) 2022-05-30 14:54:47 +01:00
test_queryparams.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_redirects.py use # pragma: no cover instead of # pragma: nocover (#2471) 2022-11-29 10:23:18 -06:00