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.
William Hayes d8716f94ae Add skip_defaults support for path operations (for #242) (#248) 6 years ago
..
test_tutorial Add skip_defaults support for path operations (for #242) (#248) 6 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_router.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
test_application.py Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs (#198) 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_extra_routes.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
test_include_route.py Improve security utilities and add tests 6 years ago
test_jsonable_encoder.py By default, encode by alias (#168) 6 years ago
test_local_docs.py Make Swagger UI and ReDoc parameterizable to host offline assets for docs (#112) 6 years ago
test_multi_body_errors.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 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_param_class.py ⬆️ Add tests, fix issues and update Pydantic 6 years ago
test_path.py Recover extensive tests for path and params 6 years ago
test_put_no_body.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
test_query.py Improve security utilities and add tests 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 🎨 Improve automatic naming of path operations in API docs (#155) 6 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 🎨 Improve automatic naming of path operations in API docs (#155) 6 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 🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
test_security_oauth2.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
test_security_oauth2_optional.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 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 tests for validation errors in response 6 years ago
test_starlette_exception.py 🎨 Improve automatic naming of path operations in API docs (#155) 6 years ago
test_starlette_urlconvertors.py 🐛 Fix OpenAPI URL format for Starlette convertors (#234) 6 years ago
test_ws_router.py Add support for WebSockets with dependencies, params, etc #166 (#178) 6 years ago