fastapi/tests/test_tutorial
Sebastián Ramírez dc5a966548
Allow setting the `response_class` to `RedirectResponse` and returning the URL from the function (#3457)
2021-07-03 21:51:28 +02:00
..
test_additional_responses
test_additional_status_codes
test_advanced_middleware
test_async_sql_databases 🔧 Add Flake8 linting (#1774) 2020-08-09 12:54:05 +02:00
test_async_tests
test_background_tasks
test_behind_a_proxy
test_bigger_applications Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 2020-11-29 18:32:18 +01:00
test_body ♻ Assume request bodies contain JSON when no Content-Type header is provided (#3456) 2021-07-03 18:25:12 +02:00
test_body_fields ⬆ Require Pydantic > 1.0 (#1862) 2020-08-09 22:17:08 +02:00
test_body_multiple_params
test_body_nested_models
test_body_updates
test_conditional_openapi
test_cookie_params
test_cors
test_custom_request_and_route 🐛 Check Content-Type request header before assuming JSON (#2118) 2021-06-07 12:46:18 +02:00
test_custom_response Allow setting the `response_class` to `RedirectResponse` and returning the URL from the function (#3457) 2021-07-03 21:51:28 +02:00
test_dependencies Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 2020-11-29 18:32:18 +01:00
test_events
test_extending_openapi
test_extra_data_types
test_extra_models
test_first_steps
test_handling_errors
test_header_params
test_metadata
test_openapi_callbacks
test_path_operation_advanced_configurations
test_path_operation_configurations
test_path_params 📝 Fix code consistency in examples for Tutorial - User Guide - Path Parameters (#2158) 2020-11-05 23:30:09 +01:00
test_query_params
test_query_params_str_validations
test_request_files
test_request_forms
test_request_forms_and_files
test_response_change_status_code
test_response_cookies
test_response_headers
test_response_model
test_schema_extra_example Add support for adding multiple examples in request bodies and path, query, cookie, and header params (#1267) 2021-05-05 20:20:56 +02:00
test_security
test_settings
test_sql_databases
test_sql_databases_peewee
test_sub_applications
test_templates
test_testing
test_testing_dependencies
test_websockets Export WebSocketDisconnect and add example handling disconnections to docs (#1822) 2020-08-09 15:52:19 +02:00
test_wsgi
__init__.py