]> git.ipfire.org Git - thirdparty/starlette.git/commit
test: add tests in `test_requests` (#2677)
authorOrenoid <2367058391@qq.com>
Mon, 23 Sep 2024 18:38:19 +0000 (02:38 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 18:38:19 +0000 (18:38 +0000)
commit4fbf766b3eac4146b86175682cec88d266fd8470
treedd2f6ae89bca55306f3e4520b69e8e954142f923
parentd289ac7e8de469d0f26c0a210d82e1b315ad8304
test: add tests in `test_requests` (#2677)

* test: add tests in test_requests

* test: add test for Request.close method

* fix: typo

* test: ignore conditional branch in coverage report and remove unnecessary test

* test: pragma no branch

---------

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
starlette/requests.py
tests/test_requests.py