fastapi/tests/test_tutorial/test_query_params_str_valid...
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 Add tests for metadata 2018-12-22 18:47:05 +04:00
test_tutorial001.py 🎨 Improve automatic naming of path operations in API docs (#155) 2019-04-12 21:25:26 +04:00
test_tutorial011.py 🎨 Improve automatic naming of path operations in API docs (#155) 2019-04-12 21:25:26 +04:00
test_tutorial012.py Refactor param extraction using Pydantic Field (#278) 2019-05-30 17:40:43 +04:00