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.
Sebastián Ramírez 313bbe802f
Add support for shared/top-level parameters (dependencies, tags, etc) (#2434)
4 years ago
..
test_modules_same_name_body Improve test debugging (#1222) 5 years ago
test_tutorial Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 4 years ago
__init__.py Add first tests, for path and query 6 years ago
main.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_additional_properties.py Improve test debugging (#1222) 5 years ago
test_additional_response_extra.py Improve test debugging (#1222) 5 years ago
test_additional_responses_bad.py Re-export utils from Starlette (#1064) 5 years ago
test_additional_responses_custom_model_in_callback.py 🐛 Fix OpenAPI generation when using callbacks with routers including Pydantic models (#1322) 5 years ago
test_additional_responses_custom_validationerror.py Improve test debugging (#1222) 5 years ago
test_additional_responses_default_validationerror.py Improve test debugging (#1222) 5 years ago
test_additional_responses_response_class.py Improve test debugging (#1222) 5 years ago
test_additional_responses_router.py Improve test debugging (#1222) 5 years ago
test_application.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_callable_endpoint.py 📝 Use Optional in docs (#1644) 5 years ago
test_custom_route_class.py Re-export utils from Starlette (#1064) 5 years ago
test_custom_swagger_ui_redirect.py Improve test debugging (#1222) 5 years ago
test_datastructures.py Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 4 years ago
test_datetime_custom_encoder.py Re-export utils from Starlette (#1064) 5 years ago
test_default_response_class.py Re-export utils from Starlette (#1064) 5 years ago
test_default_response_class_router.py Re-export utils from Starlette (#1064) 5 years ago
test_dependency_cache.py Improve test debugging (#1222) 5 years ago
test_dependency_class.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_dependency_contextmanager.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_dependency_duplicates.py Improve test debugging (#1222) 5 years ago
test_dependency_overrides.py 📝 Use Optional in docs (#1644) 5 years ago
test_dependency_security_overrides.py 🐛 Fix testing security scopes when using dependency overrides (#1549) 5 years ago
test_deprecated_openapi_prefix.py Auto-generate OpenAPI servers from root_path (#1596) 5 years ago
test_duplicate_models_openapi.py Update response_model_by_alias (#1642) 5 years ago
test_empty_router.py Improve test debugging (#1222) 5 years ago
test_exception_handlers.py 🐛 Fix bug overriding custom HTTPException and RequestValidationError from exception_handlers (#1924) 4 years ago
test_extra_routes.py 📝 Use Optional in docs (#1644) 5 years ago
test_fakeasync.py Add dependencies with yield (used as context managers) (#595) 6 years ago
test_filter_pydantic_sub_model.py 📝 Use Optional in docs (#1644) 5 years ago
test_forms_from_non_typing_sequences.py Improve test debugging (#1222) 5 years ago
test_get_request_body.py Add support for adding OpenAPI schema for GET requests with a body (#1626) 5 years ago
test_http_connection_injection.py Add support for injecting HTTPConnection (#1827) 5 years ago
test_include_route.py Improve test debugging (#1222) 5 years ago
test_include_router_defaults_overrides.py Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 4 years ago
test_infer_param_optionality.py 📝 Use Optional in docs (#1644) 5 years ago
test_inherited_custom_class.py Re-export utils from Starlette (#1064) 5 years ago
test_invalid_path_param.py 🐛 Fix path and query parameters receiving dict as valid (#287) 6 years ago
test_invalid_sequence_param.py 📝 Use Optional in docs (#1644) 5 years ago
test_jsonable_encoder.py ⬆ Require Pydantic > 1.0 (#1862) 5 years ago
test_local_docs.py Allow disabling Google fonts in ReDoc (#481) 6 years ago
test_multi_body_errors.py 🐛 Fix body validation error response, remove variable name when it is not embedded (#1553) 5 years ago
test_multi_query_errors.py Improve test debugging (#1222) 5 years ago
test_multipart_installation.py ✏ Fix typos in docs and source examples (#2102) 4 years ago
test_no_swagger_ui_redirect.py Improve test debugging (#1222) 5 years ago
test_openapi_servers.py Add support for OpenAPI servers metadata (#1547) 5 years ago
test_operations_signatures.py Add include, exclude, and by_alias to path operation methods (#264) 6 years ago
test_param_class.py 📝 Use Optional in docs (#1644) 5 years ago
test_param_in_path_and_dependency.py Improve test debugging (#1222) 5 years ago
test_params_repr.py Implement __repr__ methods for path parameters to simplify debugging (#1560) 5 years ago
test_path.py Improve test debugging (#1222) 5 years ago
test_put_no_body.py Improve test debugging (#1222) 5 years ago
test_query.py Re-export utils from Starlette (#1064) 5 years ago
test_repeated_cookie_headers.py 🐛 Fix duplicated headers set by indirect dependencies (#1386) 5 years ago
test_repeated_dependency_schema.py Re-export utils from Starlette (#1064) 5 years ago
test_request_body_parameters_media_type.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_response_by_alias.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_response_change_status_code.py Improve test debugging (#1222) 5 years ago
test_response_class_no_mediatype.py Improve test debugging (#1222) 5 years ago
test_response_code_no_body.py Improve test debugging (#1222) 5 years ago
test_response_model_invalid.py 🐛 Admit valid types for Pydantic fields as responses models (#1017) 5 years ago
test_response_model_sub_types.py Improve test debugging (#1222) 5 years ago
test_router_events.py Improve test debugging (#1222) 5 years ago
test_router_prefix_with_template.py Improve test debugging (#1222) 5 years ago
test_security_api_key_cookie.py Improve test debugging (#1222) 5 years ago
test_security_api_key_cookie_optional.py Improve test debugging (#1222) 5 years ago
test_security_api_key_header.py Improve test debugging (#1222) 5 years ago
test_security_api_key_header_optional.py Improve test debugging (#1222) 5 years ago
test_security_api_key_query.py Improve test debugging (#1222) 5 years ago
test_security_api_key_query_optional.py Improve test debugging (#1222) 5 years ago
test_security_http_base.py Improve test debugging (#1222) 5 years ago
test_security_http_base_optional.py Improve test debugging (#1222) 5 years ago
test_security_http_basic_optional.py Improve test debugging (#1222) 5 years ago
test_security_http_basic_realm.py Improve test debugging (#1222) 5 years ago
test_security_http_bearer.py Improve test debugging (#1222) 5 years ago
test_security_http_bearer_optional.py Improve test debugging (#1222) 5 years ago
test_security_http_digest.py Improve test debugging (#1222) 5 years ago
test_security_http_digest_optional.py Improve test debugging (#1222) 5 years ago
test_security_oauth2.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_security_oauth2_authorization_code_bearer.py Auto-generate OpenAPI servers from root_path (#1596) 5 years ago
test_security_oauth2_optional.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_security_oauth2_password_bearer_optional.py Improve test debugging (#1222) 5 years ago
test_security_openid_connect.py Improve test debugging (#1222) 5 years ago
test_security_openid_connect_optional.py Improve test debugging (#1222) 5 years ago
test_serialize_response.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
test_serialize_response_dataclass.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
test_serialize_response_model.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
test_skip_defaults.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_starlette_exception.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_starlette_urlconvertors.py Improve test debugging (#1222) 5 years ago
test_sub_callbacks.py Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 4 years ago
test_swagger_ui_init_oauth.py 🔧 Add Flake8 linting (#1774) 5 years ago
test_union_body.py Improve test debugging (#1222) 5 years ago
test_union_inherited_body.py Improve test debugging (#1222) 5 years ago
test_validate_response.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
test_validate_response_dataclass.py 🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
test_validate_response_recursive.py Improve test debugging (#1222) 5 years ago
test_ws_router.py 🔧 Add Flake8 linting (#1774) 5 years ago
utils.py 📝 Add docs for correctly using Peewee (#789) 5 years ago