fastapi/tests
Mohammed eda9b28338 files formatting 2019-03-23 13:10:45 +03:00
..
test_tutorial Multi-value query parameters and duplicate headers (#95) 2019-03-22 21:47:54 +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_responses.py files formatting 2019-03-23 13:10:45 +03: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_header.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_api_key_query.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_http_base.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_basic.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_bearer.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_http_digest.py Add security checks for HTTP utils 2018-12-29 23:04:54 +04:00
test_security_oauth2.py Improve security utilities and add tests 2018-12-28 20:35:48 +04:00
test_security_openid_connect.py Improve security utilities and add tests 2018-12-28 20:35:48 +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