.. |
test_modules_same_name_body
|
🏗️ Fix same function names in different modules with composite bodies (#347)
|
6 years ago |
test_tutorial
|
📝 Change 'Schema' to 'Field' in docs (#746)
|
5 years ago |
__init__.py
|
✅ Add first tests, for path and query
|
6 years ago |
main.py
|
✨ Improve security utilities and add tests
|
6 years ago |
test_additional_properties.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_additional_response_extra.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_additional_responses_bad.py
|
✨ Allow additional responses to use status ranges and "default" (#435)
|
6 years ago |
test_additional_responses_custom_validationerror.py
|
✨ Allow using custom 422 validation error and use media type from response class in schema (#437)
|
6 years ago |
test_additional_responses_default_validationerror.py
|
✨ Allow using custom 422 validation error and use media type from response class in schema (#437)
|
6 years ago |
test_additional_responses_response_class.py
|
✨ Allow using custom 422 validation error and use media type from response class in schema (#437)
|
6 years ago |
test_additional_responses_router.py
|
🐛 Fix "default" extra response with extra status codes (#489)
|
6 years ago |
test_application.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_custom_route_class.py
|
🐛 Fix preserving route_class when calling include_router (#538)
|
6 years ago |
test_custom_swagger_ui_redirect.py
|
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs (#198)
|
6 years ago |
test_datastructures.py
|
Add support for UploadFile class annotations (#63)
|
6 years ago |
test_datetime_custom_encoder.py
|
🐛 Fix jsonable_encoder for models with Config (#29)
|
6 years ago |
test_default_response_class.py
|
✨ Add support for specifying a default_response_class (#467)
|
6 years ago |
test_default_response_class_router.py
|
✨ Add support for specifying a default_response_class (#467)
|
6 years ago |
test_dependency_cache.py
|
✨ Implement dependency value cache per request (#292)
|
6 years ago |
test_dependency_class.py
|
🐛 Allow async class methods as dependencies (#681)
|
5 years ago |
test_dependency_contextmanager.py
|
✨ Add dependencies with yield (used as context managers) (#595)
|
6 years ago |
test_dependency_overrides.py
|
✨ Implement dependency overrides for testing (#291)
|
6 years ago |
test_duplicate_models_openapi.py
|
✅ Add test from @dmontagu in #333 for duplicate models (#385)
|
6 years ago |
test_empty_router.py
|
✨ Allow empty routed path (issue #414) (#415)
|
6 years ago |
test_extra_routes.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_fakeasync.py
|
✨ Add dependencies with yield (used as context managers) (#595)
|
6 years ago |
test_include_route.py
|
✨ Improve security utilities and add tests
|
6 years ago |
test_infer_param_optionality.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
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
|
🐛 Fix path and query parameters receiving dict as valid (#287)
|
6 years ago |
test_jsonable_encoder.py
|
🐛 Fix the usage of custom_encoder for jsonable_encoder #714 (#715)
|
5 years ago |
test_local_docs.py
|
✨ Allow disabling Google fonts in ReDoc (#481)
|
6 years ago |
test_multi_body_errors.py
|
🐛 Fix issue with exotic pydantic error serialization (#748)
|
5 years ago |
test_multi_query_errors.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_no_swagger_ui_redirect.py
|
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs (#198)
|
6 years ago |
test_operations_signatures.py
|
✨ Add include, exclude, and by_alias to path operation methods (#264)
|
6 years ago |
test_param_class.py
|
⬆️ Add tests, fix issues and update Pydantic
|
6 years ago |
test_path.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_put_no_body.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_query.py
|
✨ Improve security utilities and add tests
|
6 years ago |
test_repeated_dependency_schema.py
|
🐛 Use caching logic to determine OpenAPI spec for duplicate dependencies (#417)
|
6 years ago |
test_request_body_parameters_media_type.py
|
🐛 use media_type from Body params for OpenAPI requestBody (Fixes: #431) (#439)
|
6 years ago |
test_response_change_status_code.py
|
✨ Add support for Response parameters to set headers, cookies, and status codes (#294)
|
6 years ago |
test_response_class_no_mediatype.py
|
✨ Generate correct OpenAPI docs for responses with no content (#621)
|
5 years ago |
test_response_code_no_body.py
|
✨ Generate correct OpenAPI docs for responses with no content (#621)
|
5 years ago |
test_router_prefix_with_template.py
|
✅ Add test for templates in include_router path (#349)
|
6 years ago |
test_security_api_key_cookie.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_api_key_cookie_optional.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_api_key_header.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_api_key_header_optional.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_api_key_query.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_api_key_query_optional.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_http_base.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_http_base_optional.py
|
🚨 Fix black linting (#682)
|
5 years ago |
test_security_http_basic_optional.py
|
✨ Add automatic header handling for HTTP Basic Auth (#175)
|
6 years ago |
test_security_http_basic_realm.py
|
✨ Add automatic header handling for HTTP Basic Auth (#175)
|
6 years ago |
test_security_http_bearer.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_http_bearer_optional.py
|
🚨 Fix black linting (#682)
|
5 years ago |
test_security_http_digest.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_http_digest_optional.py
|
🚨 Fix black linting (#682)
|
5 years ago |
test_security_oauth2.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_security_oauth2_optional.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_security_oauth2_password_bearer_optional.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_openid_connect.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_security_openid_connect_optional.py
|
🎨 Improve automatic naming of path operations in API docs (#155)
|
6 years ago |
test_serialize_response.py
|
✨ Add support and tests for Pydantic dataclasses in response_model (#454)
|
6 years ago |
test_serialize_response_dataclass.py
|
✨ Add support and tests for Pydantic dataclasses in response_model (#454)
|
6 years ago |
test_skip_defaults.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_starlette_exception.py
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
5 years ago |
test_starlette_urlconvertors.py
|
🐛 Fix OpenAPI URL format for Starlette convertors (#234)
|
6 years ago |
test_swagger_ui_init_oauth.py
|
✨ Add support for setting Swagger UI initOAuth configs (clientId, appName) (#499)
|
6 years ago |
test_union_body.py
|
Fix request body parsing with Union (#400)
|
6 years ago |
test_union_inherited_body.py
|
Fix request body parsing with Union (#400)
|
6 years ago |
test_validate_response.py
|
✨ Add support and tests for Pydantic dataclasses in response_model (#454)
|
6 years ago |
test_validate_response_dataclass.py
|
✨ Add support and tests for Pydantic dataclasses in response_model (#454)
|
6 years ago |
test_ws_router.py
|
✨ Add support for WebSockets with dependencies, params, etc #166 (#178)
|
6 years ago |