..
test_tutorial
🐛 Fix path and query parameters receiving dict as valid ( #287 )
2019-06-03 21:59:40 +04:00
__init__.py
✅ Add first tests, for path and query
2018-12-08 11:56:07 +04:00
main.py
✨ Improve security utilities and add tests
2018-12-28 20:35:48 +04:00
test_additional_properties.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_additional_response_extra.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_additional_responses_router.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_application.py
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs ( #198 )
2019-05-21 22:39:58 +04:00
test_custom_swagger_ui_redirect.py
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs ( #198 )
2019-05-21 22:39:58 +04:00
test_datastructures.py
Add support for UploadFile class annotations ( #63 )
2019-03-03 20:52:37 +04:00
test_datetime_custom_encoder.py
🐛 Fix jsonable_encoder for models with Config ( #29 )
2019-02-12 21:43:34 +04:00
test_extra_routes.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_include_route.py
✨ Improve security utilities and add tests
2018-12-28 20:35:48 +04:00
test_invalid_path_param.py
🐛 Fix path and query parameters receiving dict as valid ( #287 )
2019-06-03 21:59:40 +04:00
test_invalid_sequence_param.py
🐛 Fix path and query parameters receiving dict as valid ( #287 )
2019-06-03 21:59:40 +04:00
test_jsonable_encoder.py
✨ By default, encode by alias ( #168 )
2019-04-20 20:29:54 +04:00
test_local_docs.py
✨ Make Swagger UI and ReDoc parameterizable to host offline assets for docs ( #112 )
2019-05-20 11:26:54 +04:00
test_multi_body_errors.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_multi_query_errors.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_no_swagger_ui_redirect.py
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs ( #198 )
2019-05-21 22:39:58 +04:00
test_operations_signatures.py
✨ Add include, exclude, and by_alias to path operation methods ( #264 )
2019-05-27 16:08:13 +04:00
test_param_class.py
⬆️ Add tests, fix issues and update Pydantic
2018-12-28 16:10:29 +04:00
test_path.py
✅ Recover extensive tests for path and params
2018-12-18 23:48:02 +04:00
test_put_no_body.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_query.py
✨ Improve security utilities and add tests
2018-12-28 20:35:48 +04:00
test_security_api_key_cookie.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_api_key_cookie_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_api_key_header.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_api_key_header_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_api_key_query.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_api_key_query_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_http_base.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_http_base_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_http_basic_optional.py
✨ Add automatic header handling for HTTP Basic Auth ( #175 )
2019-04-21 21:44:25 +04:00
test_security_http_basic_realm.py
✨ Add automatic header handling for HTTP Basic Auth ( #175 )
2019-04-21 21:44:25 +04:00
test_security_http_bearer.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_http_bearer_optional.py
🐛 Fix HTTP Bearer security auto-error ( #282 )
2019-06-01 09:57:45 +04:00
test_security_http_digest.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_http_digest_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_oauth2.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_oauth2_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_oauth2_password_bearer_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_openid_connect.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_security_openid_connect_optional.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_serialize_response.py
✅ Add tests for validation errors in response
2018-12-22 18:20:01 +04:00
test_starlette_exception.py
🎨 Improve automatic naming of path operations in API docs ( #155 )
2019-04-12 21:25:26 +04:00
test_starlette_urlconvertors.py
🐛 Fix OpenAPI URL format for Starlette convertors ( #234 )
2019-05-16 17:55:14 +04:00
test_ws_router.py
✨ Add support for WebSockets with dependencies, params, etc #166 ( #178 )
2019-05-24 20:41:41 +04:00