]> git.ipfire.org Git - thirdparty/httpx.git/commit
fix type annotation for MockTransport (#2581)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Thu, 9 Feb 2023 16:05:07 +0000 (08:05 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 16:05:07 +0000 (16:05 +0000)
commitf0fd91925bc8663b4ec3635c302aa07fe5f8e72e
tree6dbd7cce6165e0ac9df0aa11bc58ac1681c16796
parent18e0ae45caf3b484a8b367cafc0d52e760523ef7
fix type annotation for MockTransport (#2581)

* fix type annotation for MockTransport

* add type ignore

* better type checks

* better type checks

* add pragma

---------

Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_transports/mock.py
tests/client/test_async_client.py
tests/client/test_auth.py
tests/client/test_redirects.py