fastapi/tests/test_tutorial
Pastukhov Nikita d5952d6db5
🐛 Fix support for Pydantic v2.0, small changes in their final release (#9771)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-30 21:49:10 +02:00
..
test_additional_responses Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_additional_status_codes 📝 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_advanced_middleware ⬆ 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_async_sql_databases Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_async_tests Add support for Trio via AnyIO (#3372) 2021-10-06 17:32:11 +02:00
test_background_tasks 📝 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_behind_a_proxy Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_bigger_applications Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_body 🐛 Fix support for Pydantic v2.0, small changes in their final release (#9771) 2023-06-30 21:49:10 +02:00
test_body_fields Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_body_multiple_params Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_body_nested_models Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_body_updates Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_conditional_openapi Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_cookie_params Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_cors ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_custom_request_and_route Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_custom_response Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_dataclasses 🐛 Fix support for Pydantic v2.0, small changes in their final release (#9771) 2023-06-30 21:49:10 +02:00
test_dependencies Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_events Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_extending_openapi Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_extra_data_types Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_extra_models Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_first_steps Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_generate_clients Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_handling_errors Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_header_params Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_metadata Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_openapi_callbacks Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_path_operation_advanced_configurations Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_path_operation_configurations Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_path_params Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_query_params Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_query_params_str_validations Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_request_files Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_request_forms Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_request_forms_and_files Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_response_change_status_code ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_response_cookies ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_response_headers ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_response_model Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_schema_extra_example Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_security Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_settings Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_sql_databases Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_sql_databases_peewee Pydantic v2 migration, initial implementation (#9500) 2023-06-16 16:30:28 +02:00
test_sub_applications Auto-generate OpenAPI servers from root_path (#1596) 2020-07-10 19:28:18 +02:00
test_templates ✔ Improve support for tests in editor (#1699) 2020-07-10 11:08:19 +02:00
test_testing Refactor OpenAPI tests, prepare for Pydantic v2 (#9503) 2023-05-08 23:07:32 +02:00
test_testing_dependencies 📝 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_websockets 📝 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_wsgi ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
__init__.py ♻️ Re-format tutorials, files names and tests 2018-12-18 21:59:06 +04:00