]> git.ipfire.org Git - thirdparty/starlette.git/commit
Replace HTTP client on TestClient from `requests` to `httpx` (#1376)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 6 Sep 2022 05:43:32 +0000 (07:43 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 05:43:32 +0000 (07:43 +0200)
commit6765502c1e5a418c16bb379c54b8ea706b0444cf
treebacdc74db570456753830a0e21027ce571cc27e3
parent243d03ef437a3b9bf1d952838fd41154d7f0f2d4
Replace HTTP client on TestClient from `requests` to `httpx` (#1376)
13 files changed:
README.md
docs/index.md
docs/testclient.md
pyproject.toml
requirements.txt
setup.cfg
starlette/testclient.py
tests/middleware/test_cors.py
tests/middleware/test_session.py
tests/test_formparsers.py
tests/test_requests.py
tests/test_responses.py
tests/test_staticfiles.py