fastapi/tests/test_tutorial/test_path_params
Sebastián Ramírez bd407cc4ed
Refactor param extraction using Pydantic Field (#278)
*  Refactor parameter dependency using Pydantic Field

* ⬆️ Upgrade required Pydantic version with latest Shape values

*  Add tutorials and code for using Enum and Optional

*  Add tests for tutorials with new types and extra cases

* ♻️ Format, clean, and add annotations to dependencies.utils

* 📝 Update tutorial for query parameters with list defaults

*  Add tests for query param with list default
2019-05-30 17:40:43 +04:00
..
__init__.py 🐛 Fix path in path parameters (#272) 2019-05-29 13:34:46 +04:00
test_tutorial004.py 🐛 Fix path in path parameters (#272) 2019-05-29 13:34:46 +04:00
test_tutorial005.py Refactor param extraction using Pydantic Field (#278) 2019-05-30 17:40:43 +04:00