fastapi/tests/test_tutorial/test_security
Sebastián Ramírez 687065509b
🏗️ Fix same function names in different modules with composite bodies (#347)
* 🏗️ Implement unique IDs for dynamic models

like those used for composite bodies and responses. IDs based on path (not only on function name, as it can be duplicated in a different module).

*  Add tests for same function name and composite body

*  Update OpenAPI in tests with new dynamic model ID generation
2019-06-28 19:35:16 +02:00
..
__init__.py ♻️ Re-format tutorials, files names and tests 2018-12-18 21:59:06 +04:00
test_tutorial001.py Use 401 with WWW-Authenticate for OAuth2 and add scope_str (#188) 2019-04-27 17:00:56 +04:00
test_tutorial003.py 🏗️ Fix same function names in different modules with composite bodies (#347) 2019-06-28 19:35:16 +02:00
test_tutorial005.py 🏗️ Fix same function names in different modules with composite bodies (#347) 2019-06-28 19:35:16 +02:00
test_tutorial006.py Add docs for HTTP Basic Auth and tests (#177) 2019-04-21 22:30:58 +04:00