]> git.ipfire.org Git - thirdparty/httpx.git/commit
Type check tests (#1054)
authorFlorimond Manca <florimond.manca@gmail.com>
Tue, 7 Jul 2020 09:10:43 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 09:10:43 +0000 (11:10 +0200)
commit0296c2bbb9885bbe1b1e3210d9e3efa7a817038d
tree72540b24ccae1d00ca6636495cd925fbab6a9fbd
parent3230cb31330bf7d9580d61885d10d3f3805885f4
Type check tests (#1054)
17 files changed:
httpx/_types.py
scripts/check
tests/client/test_async_client.py
tests/client/test_auth.py
tests/client/test_client.py
tests/client/test_cookies.py
tests/client/test_headers.py
tests/client/test_properties.py
tests/client/test_proxies.py
tests/client/test_queryparams.py
tests/client/test_redirects.py
tests/conftest.py
tests/test_api.py
tests/test_config.py
tests/test_content_streams.py
tests/test_multipart.py
tests/test_status_codes.py