fastapi/tests/test_tutorial
dkreeft 6f45f43709
Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: dkreeft <dkreeft@xccelerated.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-29 17:10:22 +02:00
..
test_additional_responses ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_additional_status_codes ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_advanced_middleware ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_async_sql_databases 🔧 Add Flake8 linting (#1774) 2020-08-09 12:54:05 +02:00
test_async_tests 📝 Add documentation about async tests (pytest-asyncio and httpx) (#1619) 2020-08-08 20:01:18 +02:00
test_background_tasks ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_behind_a_proxy Auto-generate OpenAPI servers from root_path (#1596) 2020-07-10 19:28:18 +02:00
test_bigger_applications Add the `docs_src` directory to test coverage and update tests (#1904) 2021-07-29 11:26:07 +02: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 ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_body_nested_models ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_body_updates ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_conditional_openapi Add the `docs_src` directory to test coverage and update tests (#1904) 2021-07-29 11:26:07 +02:00
test_cookie_params ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +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 🐛 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_dataclasses Add support for `dataclasses` in request bodies and `response_model` (#3577) 2021-07-21 19:54:08 +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 ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_extending_openapi ✔ Improve support for tests in editor (#1699) 2020-07-10 11:08:19 +02:00
test_extra_data_types ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_extra_models ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_first_steps ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_handling_errors ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_header_params ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_metadata Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812) 2021-07-29 17:10:22 +02:00
test_openapi_callbacks ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_path_operation_advanced_configurations ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_path_operation_configurations ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
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 ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_query_params_str_validations ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_request_files 🔧 Configure strict pytest options and update/refactor tests (#2790) 2021-07-19 21:14:58 +02:00
test_request_forms ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
test_request_forms_and_files 🔧 Configure strict pytest options and update/refactor tests (#2790) 2021-07-19 21:14:58 +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 ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
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 Auto-generate OpenAPI servers from root_path (#1596) 2020-07-10 19:28:18 +02:00
test_settings Add the `docs_src` directory to test coverage and update tests (#1904) 2021-07-29 11:26:07 +02:00
test_sql_databases ✔ Improve support for tests in editor (#1699) 2020-07-10 11:08:19 +02:00
test_sql_databases_peewee ✔ Improve support for tests in editor (#1699) 2020-07-10 11:08:19 +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 Add the `docs_src` directory to test coverage and update tests (#1904) 2021-07-29 11:26:07 +02:00
test_testing_dependencies ✔ Improve support for tests in editor (#1699) 2020-07-10 11:08:19 +02:00
test_websockets Add the `docs_src` directory to test coverage and update tests (#1904) 2021-07-29 11:26:07 +02: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