fastapi/tests
Sebastián Ramírez ad471307e2
Additional Responses (#97)
Add additional responses to OpenAPI, including Pydantic models or schemas directly, custom status codes, media types, extending `response_model`, etc.
2019-04-05 14:18:28 +04:00
..
test_tutorial Additional Responses (#97) 2019-04-05 14:18:28 +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 🐛 Fix JSON Schema of additional properties (#121) 2019-03-29 15:15:49 +04:00
test_additional_response_extra.py Add/refactor addditional responses, tests, docs 2019-04-05 13:54:00 +04:00
test_application.py Improve security utilities and add tests 2018-12-28 20:35:48 +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 security utilities and add tests 2018-12-28 20:35:48 +04:00
test_include_route.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_jsonable_encoder.py 🐛 Fix jsonable_encoder for models with Config (#29) 2019-02-12 21:43:34 +04:00
test_multi_body_errors.py Allow lists of query or header params 2018-12-30 00:07:31 +04:00
test_multi_query_errors.py Allow lists of query or header params 2018-12-30 00:07:31 +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 Allow lists of query or header params 2018-12-30 00:07:31 +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 security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_api_key_cookie_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_api_key_header.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_api_key_header_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_api_key_query.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_api_key_query_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_http_base.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_base_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_http_basic.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_basic_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_http_bearer.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_bearer_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_http_digest.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_digest_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_oauth2.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_oauth2_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_oauth2_password_bearer_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
test_security_openid_connect.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_openid_connect_optional.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +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 Add HTTPException with custom headers (#35) 2019-02-16 17:01:29 +04:00
test_ws_router.py Add websocket to APIRouter (#100) 2019-03-24 23:18:20 +04:00