You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yurii Motov 830bc37a72 Add test for `docs_src.settings.app01.main.py` 7 months ago
..
test_additional_responses 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_additional_status_codes Simplify tests for additional_status_codes (#13149) 2 years ago
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) 4 years ago
test_async_tests Add support for Trio via AnyIO (#3372) 5 years ago
test_authentication_error_status_code 🐛 Use `401` status code in security classes when credentials are missing (#13786) 8 months ago
test_background_tasks Simplify tests for background_tasks (#13166) 2 years ago
test_behind_a_proxy 📝 Add documentation for Behind a Proxy - Proxy Forwarded Headers, using `--forwarded-allow-ips="*"` (#14028) 11 months ago
test_bigger_applications Simplify tests for bigger_applications (#13167) 2 years ago
test_body Add test for `docs_src.body.tutorial004.py` 7 months ago
test_body_fields Simplify tests for body_fields (#13169) 2 years ago
test_body_multiple_params Add test for `docs_src.body_multiple_params.tutorial005.py` 7 months ago
test_body_nested_models Add test for `docs_src.body_nested_models.tutorial008.py` 7 months ago
test_body_updates Add test for `docs_src.body_updates.tutorial002.py` 7 months ago
test_conditional_openapi Add support for Pydantic v2 (#9816) 3 years ago
test_configure_swagger_ui ⬆ Bump ruff to 0.9.4 (#13299) 1 year ago
test_cookie_param_models Use `inline-snapshot` to support different Pydantic versions in the test suite (#12534) 1 year ago
test_cookie_params Simplify tests for cookie_params (#13176) 2 years ago
test_cors ⬆ Upgrade isort to version 5.x.x (#1670) 6 years ago
test_custom_docs_ui ⬆️ Update ReDoc to version 2.x (#9700) 1 year ago
test_custom_request_and_route 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_custom_response 📝 Update links to Pydantic docs to point to new website (#11328) 2 years ago
test_dataclasses 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_debugging Add test for `docs_src.debugging.tutorial001.py` 7 months ago
test_dependencies Add test for `docs_src.dependencies.tutorial011.py` 7 months ago
test_encoder Add test for `docs_src.encoder.tutorial001.py` 7 months ago
test_events Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure (#10392) 3 years ago
test_extending_openapi 📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114) 3 years ago
test_extra_data_types Simplify tests for extra_data_types (#13177) 2 years ago
test_extra_models Add test for `docs_src.extra_models.tutorial001.py` and `docs_src.extra_models.tutorial002.py` 7 months ago
test_first_steps Add test for `docs_src.first_steps.tutorial002.py` and `docs_src.first_steps.tutorial003.py` 7 months ago
test_generate_clients Add test for `docs_src.generate_clients.tutorial004.py` 7 months ago
test_graphql Add test for `docs_src.graphql.tutorial001.py` 7 months ago
test_handling_errors 📝 Update docs about re-raising validation errors, do not include string as is to not leak information (#14487) 7 months ago
test_header_param_models 🐛 Fix parsing extra non-body parameter list (#14356) 8 months ago
test_header_params Enable test case for duplicated headers in `test_tutorial/test_header_params/test_tutorial003.py` (#13864) 10 months ago
test_metadata Add test for `docs_src.metadata.tutorial003.py` 7 months ago
test_middleware Add test for `docs_src.middleware.tutorial001.py` 7 months ago
test_openapi_callbacks 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_openapi_webhooks ✏️ Fix typos in emoji docs and in some source examples (#10438) 3 years ago
test_path_operation_advanced_configurations 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_path_operation_configurations Add test for `docs_src.path_params_numeric_validations.tutorial001.py` 7 months ago
test_path_params Add test for `docs_src.path_params.tutorial003b.py` 7 months ago
test_path_params_numeric_validations Add test for `docs_src.path_params_numeric_validations.tutorial006.py` 7 months ago
test_pydantic_v1_in_v2 Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168) 9 months ago
test_query_param_models Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199) 2 years ago
test_query_params Add test for `docs_src.query_params.tutorial004.py` 7 months ago
test_query_params_str_validations Add test for `docs_src.query_params_str_validations.tutorial001.py` 7 months ago
test_request_files Simplify tests for request_files (#13182) 1 year ago
test_request_form_models Simplify tests for request_form_models (#13183) 2 years ago
test_request_forms Simplify tests for request_forms (#13184) 2 years ago
test_request_forms_and_files Simplify tests for request_forms_and_files (#13185) 2 years ago
test_response_change_status_code ⬆ Upgrade isort to version 5.x.x (#1670) 6 years ago
test_response_cookies ⬆ Upgrade isort to version 5.x.x (#1670) 6 years ago
test_response_directly Add test for `docs_src.response_directly.tutorial002.py` 7 months ago
test_response_headers ⬆ Upgrade isort to version 5.x.x (#1670) 6 years ago
test_response_model Add test for `docs_src.response_model.tutorial001.py` and `docs_src.response_model.tutorial001_01.py` 7 months ago
test_response_status_code Add test for `docs_src.response_status_code.tutorial001.py` and `docs_src.response_status_code.tutorial002.py` 7 months ago
test_schema_extra_example Add test for `docs_src.schema_extra_example.tutorial003.py` 7 months ago
test_security Add test for `docs_src.security.tutorial004.py` 7 months ago
test_separate_openapi_schemas Simplify tests for separate_openapi_schemas (#13201) 2 years ago
test_settings Add test for `docs_src.settings.app01.main.py` 7 months ago
test_sql_databases 📝 Fix typos in code comments (#14364) 8 months ago
test_sub_applications Add support for OpenAPI 3.1.0 (#9770) 3 years ago
test_templates 📝 Update template docs with more info about `url_for` (#5937) 3 years ago
test_testing 📝 Update testing events documentation (#13259) 11 months ago
test_testing_dependencies Simplify tests for `dependency_testing` (#13223) 1 year ago
test_using_request_directly 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_websockets 📝 Add variants for code examples in "Advanced User Guide" (#14413) 7 months ago
test_wsgi ⬆ Upgrade isort to version 5.x.x (#1670) 6 years ago
__init__.py ♻️ Re-format tutorials, files names and tests 8 years ago