fastapi/tests
Sebastián Ramírez d692c28f52 📝 Add docs for bigger applications and APIRouter
and update tests to match docs
2019-01-14 19:23:38 +04:00
..
test_tutorial 📝 Add docs for bigger applications and APIRouter 2019-01-14 19:23:38 +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_application.py Improve security utilities and add tests 2018-12-28 20:35:48 +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 ♻️ Refactor jsonable_encoder and test it 2018-12-22 17:15:04 +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