fastapi/tests
cyberlis e94c13ce74
Add allow disabling `redirect_slashes` at the FastAPI app level (#3432)
Co-authored-by: Denis Lisovik <ckyberlis@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 10:37:50 +00:00
..
test_modules_same_name_body Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_tutorial Refactor 2 tests, for consistency and simplification (#9504) 2023-05-08 23:36:13 +02:00
__init__.py Add first tests, for path and query 2018-12-08 11:56:07 +04:00
main.py Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871) 2023-03-17 21:35:45 +01:00
test_additional_properties.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_additional_response_extra.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_additional_responses_bad.py Re-export utils from Starlette (#1064) 2020-03-01 21:49:20 +01:00
test_additional_responses_custom_model_in_callback.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_additional_responses_custom_validationerror.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_additional_responses_default_validationerror.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_additional_responses_response_class.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_additional_responses_router.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_ambiguous_params.py Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871) 2023-03-17 21:35:45 +01:00
test_annotated.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_application.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_callable_endpoint.py 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
test_custom_middleware_exception.py Allow custom middlewares to raise `HTTPException`s and propagate them (#2036) 2022-08-25 23:44:40 +02:00
test_custom_route_class.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_custom_schema_fields.py 🐛 Support custom OpenAPI / JSON Schema fields in the generated output OpenAPI (#1429) 2021-07-03 19:15:59 +02:00
test_custom_swagger_ui_redirect.py Improve test debugging (#1222) 2020-04-08 06:37:38 +02:00
test_datastructures.py 🐛 Close FormData (uploaded files) after the request is done (#5465) 2022-11-03 13:06:52 +01:00
test_datetime_custom_encoder.py Re-export utils from Starlette (#1064) 2020-03-01 21:49:20 +01:00
test_default_response_class.py Re-export utils from Starlette (#1064) 2020-03-01 21:49:20 +01:00
test_default_response_class_router.py Re-export utils from Starlette (#1064) 2020-03-01 21:49:20 +01:00
test_dependency_cache.py 🐛 Fix cached dependencies when using a dependency in `Security()` and other places (e.g. `Depends()`) with different OAuth2 scopes (#2945) 2022-08-23 13:30:24 +00:00
test_dependency_class.py 🔧 Add Flake8 linting (#1774) 2020-08-09 12:54:05 +02:00
test_dependency_contextmanager.py Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575) 2022-02-17 13:40:12 +01:00
test_dependency_contextvars.py Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575) 2022-02-17 13:40:12 +01:00
test_dependency_duplicates.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_dependency_normal_exceptions.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_dependency_overrides.py 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
test_dependency_security_overrides.py 🐛 Fix testing security scopes when using dependency overrides (#1549) 2020-06-14 17:54:46 +02:00
test_deprecated_openapi_prefix.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_duplicate_models_openapi.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_empty_router.py ⬆️ Upgrade and fully migrate to Ruff, remove isort, includes a couple of tweaks suggested by the new version of Ruff (#9660) 2023-06-12 00:37:34 +02:00
test_enforce_once_required_parameter.py ⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX](https://github.com/encode/starlette/releases/tag/0.21.0) (#5471) 2022-11-13 15:26:09 +01:00
test_exception_handlers.py Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575) 2022-02-17 13:40:12 +01:00
test_extra_routes.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_filter_pydantic_sub_model.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_forms_from_non_typing_sequences.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_generate_unique_id_function.py Fix new/recent tests with new fixed `ValidationError` JSON Schema (#4806) 2022-04-17 20:55:36 +00:00
test_get_request_body.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_http_connection_injection.py Add support for injecting HTTPConnection (#1827) 2020-08-09 15:56:41 +02:00
test_include_route.py Improve test debugging (#1222) 2020-04-08 06:37:38 +02:00
test_include_router_defaults_overrides.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_infer_param_optionality.py 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
test_inherited_custom_class.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
test_invalid_path_param.py 🐛 Fix path and query parameters receiving dict as valid (#287) 2019-06-03 21:59:40 +04:00
test_invalid_sequence_param.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_jsonable_encoder.py Add support in `jsonable_encoder` for include and exclude with dataclasses (#4923) 2022-09-08 16:29:23 +02:00
test_local_docs.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
test_multi_body_errors.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_multi_query_errors.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_multipart_installation.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_no_swagger_ui_redirect.py Improve test debugging (#1222) 2020-04-08 06:37:38 +02:00
test_openapi_query_parameter_extension.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_openapi_route_extensions.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_openapi_servers.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_operations_signatures.py Add include, exclude, and by_alias to path operation methods (#264) 2019-05-27 16:08:13 +04:00
test_orjson_response_class.py Update `ORJSONResponse` to support non `str` keys and serializing Numpy arrays (#3892) 2022-09-02 10:17:31 +00:00
test_param_class.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_param_in_path_and_dependency.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_param_include_in_schema.py ⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX](https://github.com/encode/starlette/releases/tag/0.21.0) (#5471) 2022-11-13 15:26:09 +01:00
test_params_repr.py Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871) 2023-03-17 21:35:45 +01:00
test_path.py Add support for PEP-593 `Annotated` for specifying dependencies and parameters (#4871) 2023-03-17 21:35:45 +01:00
test_put_no_body.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_query.py Add support for `FrozenSet` in parameters (e.g. query) (#2938) 2022-08-25 23:52:53 +02:00
test_read_with_orm_mode.py Add support for `read_with_orm_mode`, to support SQLModel relationship attributes (#3757) 2021-08-24 10:21:05 +00:00
test_repeated_cookie_headers.py 🐛 Fix duplicated headers set by indirect dependencies (#1386) 2020-06-13 14:44:51 +02:00
test_repeated_dependency_schema.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_repeated_parameter_alias.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_reponse_set_reponse_code_empty.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_request_body_parameters_media_type.py Refactor 2 tests, for consistency and simplification (#9504) 2023-05-08 23:36:13 +02:00
test_required_noneable.py Add tests for required nonable parameters and body fields (#4907) 2022-05-14 19:08:31 +00:00
test_response_by_alias.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_response_change_status_code.py Improve test debugging (#1222) 2020-04-08 06:37:38 +02:00
test_response_class_no_mediatype.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_response_code_no_body.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_response_model_as_return_annotation.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_response_model_include_exclude.py 🔧 Configure strict pytest options and update/refactor tests (#2790) 2021-07-19 21:14:58 +02:00
test_response_model_invalid.py 🐛 Admit valid types for Pydantic fields as responses models (#1017) 2020-02-29 14:04:35 +01:00
test_response_model_sub_types.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_route_scope.py ⬆️ Bump Starlette from 0.22.0 to 0.23.0 (#5739) 2023-02-08 11:23:07 +01:00
test_router_events.py Add support for `lifespan` async context managers (superseding `startup` and `shutdown` events) (#2944) 2023-03-07 16:46:00 +01:00
test_router_prefix_with_template.py Improve test debugging (#1222) 2020-04-08 06:37:38 +02:00
test_router_redirect_slashes.py Add allow disabling `redirect_slashes` at the FastAPI app level (#3432) 2023-06-22 10:37:50 +00:00
test_schema_extra_examples.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_cookie.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_cookie_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_cookie_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_header.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_header_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_header_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_query.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_query_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_api_key_query_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_base.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_base_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_base_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_basic_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_basic_realm.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_basic_realm_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_bearer.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_bearer_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_bearer_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_digest.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_digest_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_http_digest_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2_authorization_code_bearer.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2_authorization_code_bearer_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2_optional_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2_password_bearer_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_oauth2_password_bearer_optional_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_openid_connect.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_openid_connect_description.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_security_openid_connect_optional.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_serialize_response.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 2020-08-03 14:29:07 +02:00
test_serialize_response_dataclass.py 🐛 Fix `jsonable_encoder` for dataclasses with pydantic-compatible fields (#3607) 2022-08-26 15:56:47 +02:00
test_serialize_response_model.py Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 2022-05-13 18:38:22 -05:00
test_skip_defaults.py 🔧 Add Flake8 linting (#1774) 2020-08-09 12:54:05 +02:00
test_starlette_exception.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_starlette_urlconvertors.py ⬆ Bump Starlette to version `0.22.0` to fix bad encoding for query parameters in `TestClient` (#5659) 2022-11-27 15:46:06 +01:00
test_sub_callbacks.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_swagger_ui_init_oauth.py 🔧 Add Flake8 linting (#1774) 2020-08-09 12:54:05 +02:00
test_tuples.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_typing_python39.py 📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268) 2023-03-18 13:29:59 +01:00
test_union_body.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_union_inherited_body.py Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_validate_response.py 🐛 Fix `response_model` not invalidating `None` (#2725) 2022-08-22 19:17:45 +00:00
test_validate_response_dataclass.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 2020-08-03 14:29:07 +02:00
test_validate_response_recursive.py Improve test debugging (#1222) 2020-04-08 06:37:38 +02:00
test_ws_dependencies.py Add support for `dependencies` in WebSocket routes (#4534) 2023-06-11 20:35:39 +00:00
test_ws_router.py Add exception handler for `WebSocketRequestValidationError` (which also allows to override it) (#6030) 2023-06-11 21:08:14 +02:00
utils.py ⬆ Upgrade version required of Starlette from `0.19.1` to `0.20.4` (#4820) 2022-09-15 14:32:05 +02:00