..
test_additional_responses
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +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
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +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
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_bigger_applications
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_body
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_body_fields
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_body_multiple_params
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_body_nested_models
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_body_updates
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_conditional_openapi
✨ Update docs to use Pydantic v2 settings and add note and example about v1 ( #9788 )
2023-07-03 22:11:49 +02:00
test_cookie_params
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +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
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_dataclasses
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_dependencies
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_events
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_extending_openapi
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_extra_data_types
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_extra_models
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_first_steps
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_generate_clients
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_handling_errors
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_header_params
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_metadata
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_openapi_callbacks
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_openapi_webhooks
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_path_operation_advanced_configurations
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_path_operation_configurations
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_path_params
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_query_params
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_query_params_str_validations
✨ Update docs to use Pydantic v2 settings and add note and example about v1 ( #9788 )
2023-07-03 22:11:49 +02:00
test_request_files
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_request_forms
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_request_forms_and_files
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +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
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_schema_extra_example
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_security
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_settings
✨ Update docs to use Pydantic v2 settings and add note and example about v1 ( #9788 )
2023-07-03 22:11:49 +02:00
test_sql_databases
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_sql_databases_peewee
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_sub_applications
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +02:00
test_templates
✔ Improve support for tests in editor ( #1699 )
2020-07-10 11:08:19 +02:00
test_testing
✨ OpenAPI 3.1.0 with Pydantic v2, merge `master` ( #9773 )
2023-07-01 20:08:39 +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