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.
Motov Yurii 227cb85a03
Fix parameterized tests with snapshots (#14875)
4 months ago
..
test_additional_responses Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_additional_status_codes ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_advanced_middleware ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_async_tests ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_authentication_error_status_code ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_background_tasks ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_behind_a_proxy Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_bigger_applications Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_body Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_body_fields Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_body_multiple_params Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_body_nested_models Fix parameterized tests with snapshots (#14875) 4 months ago
test_body_updates Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_conditional_openapi Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_configure_swagger_ui ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_cookie_param_models 🐛 Update `ValidationError` schema to include `input` and `ctx` (#14791) 4 months ago
test_cookie_params Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_cors ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_custom_docs_ui ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_custom_request_and_route 🔥 Remove Pydantic v1 specific test variants (#14611) 5 months ago
test_custom_response Fix parameterized tests with snapshots (#14875) 4 months ago
test_dataclasses Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_debugging Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_dependencies Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_encoder Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_events Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_extending_openapi Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_extra_data_types 🐛 Update `ValidationError` schema to include `input` and `ctx` (#14791) 4 months ago
test_extra_models Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_first_steps Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_generate_clients Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_graphql Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_handling_errors Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_header_param_models 🐛 Update `ValidationError` schema to include `input` and `ctx` (#14791) 4 months ago
test_header_params Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_metadata Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_middleware Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_openapi_callbacks Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_openapi_webhooks Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_path_operation_advanced_configurations Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_path_operation_configurations Fix parameterized tests with snapshots (#14875) 4 months ago
test_path_params Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_path_params_numeric_validations Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_python_types Add missing tests for code examples (#14569) 5 months ago
test_query_param_models 🐛 Update `ValidationError` schema to include `input` and `ctx` (#14791) 4 months ago
test_query_params Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_query_params_str_validations Fix parameterized tests with snapshots (#14875) 4 months ago
test_request_files Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_request_form_models Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_request_forms Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_request_forms_and_files Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_response_change_status_code ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_response_cookies ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_response_directly Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_response_headers ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_response_model Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_response_status_code Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_schema_extra_example Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_security Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_separate_openapi_schemas Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_settings Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_sql_databases 🐛 Update `ValidationError` schema to include `input` and `ctx` (#14791) 4 months ago
test_static_files Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_sub_applications Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_templates ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_testing Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_testing_dependencies ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
test_using_request_directly Add inline snapshot tests for OpenAPI before changes from Pydantic v2 (#14864) 4 months ago
test_websockets ♻️ Upgrade internal syntax to Python 3.9+ 🎉 (#14564) 6 months ago
test_wsgi ⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559) 6 months ago
__init__.py ♻️ Re-format tutorials, files names and tests 8 years ago