starlette/tests
Scirlat Danut 11b7ae7365
Add type hints to `test_applications.py` (#2471)
* added type annotations to test_applications.py

* requested changes

* Apply suggestions from code review

* Apply suggestions from code review

* Update tests/test_applications.py

---------

Co-authored-by: Scirlat Danut <scirlatdanut@scirlats-mini.lan>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2024-02-06 20:30:47 +00:00
..
middleware Add type hints to `test_gzip.py` (#2464) 2024-02-05 10:46:34 +00:00
statics Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
__init__.py Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
conftest.py Add type hints to `conftest.py` (#2469) 2024-02-04 10:13:09 -07:00
test__utils.py Added type annotations to test__utils.py (#2470) 2024-02-04 16:50:59 +00:00
test_applications.py Add type hints to `test_applications.py` (#2471) 2024-02-06 20:30:47 +00:00
test_authentication.py Add `*args` to `Middleware` and improve its type hints (#2381) 2023-12-20 22:09:17 +01:00
test_background.py Add type hints to `test_background.py` (#2473) 2024-02-04 16:48:26 +00:00
test_concurrency.py Add type hints to `test_concurency.py` (#2474) 2024-02-04 17:15:40 +00:00
test_config.py Added type annotations to test_config.py (#2475) 2024-02-04 18:33:06 +00:00
test_convertors.py Added type annotations to test_convertors.py (#2476) 2024-02-04 18:39:34 +00:00
test_datastructures.py Added type annotations to test_datastructures.py (#2477) 2024-02-04 18:27:43 +00:00
test_endpoints.py Added type annotations to test_endpoints.py (#2478) 2024-02-04 14:06:00 -07:00
test_exceptions.py Added type annotations to test_exceptions.py (#2479) 2024-02-04 18:21:41 +00:00
test_formparsers.py Use mypy `strict` (#2180) 2023-07-23 15:41:50 -06:00
test_requests.py Add type hints to `test_requests.py` (#2481) 2024-02-06 13:18:43 -07:00
test_responses.py Avoid duplicate charset on `Content-Type` (#2443) 2024-02-03 08:39:01 +00:00
test_routing.py Bump the python-packages group with 4 updates (#2455) 2024-02-03 08:01:51 +00:00
test_schemas.py Collect routes from Host to generate the OpenAPI schema (#2183) 2023-06-13 06:22:29 +00:00
test_staticfiles.py Take weak ETags in consideration on `StaticFiles` (#2334) 2023-12-16 07:13:21 -07:00
test_status.py Deprecate `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMAL_CLOSURE` (#1580) 2022-04-22 06:55:10 +02:00
test_templates.py Set `url_for` global for custom jinja envs (#2230) 2023-08-25 19:11:44 +00:00
test_testclient.py Cancel `WebSocketTestSession` on close (#2427) 2024-01-20 06:59:47 -07:00
test_websockets.py Support the WebSocket Denial Response ASGI extension (#2041) 2024-02-04 20:16:10 +00:00