Commit Graph

7 Commits

Author SHA1 Message Date
bilalAlpaslan 35726e0e14 Update for updated tests 2023-06-07 01:45:31 +03:00
bilal alpaslan ca6c3c4b69
Merge branch 'master' into multipleAPIKeyHeaders 2023-06-07 01:10:34 +03:00
Sebastián Ramírez 50c1a928fb
Refactor OpenAPI tests, prepare for Pydantic v2 (#9503)
*  Refactor OpenAPI tests, move inline, prepare for Pydantic v2 tests

*  Fix test module loading for conditional OpenAPI

* 🐛 Fix missing pytest marker

*  Fix test for coverage
2023-05-08 23:07:32 +02:00
Sebastián Ramírez 39c90ca1dd
Merge branch 'master' into multipleAPIKeyHeaders 2022-12-16 23:18:00 +04:00
Paweł Rubin fdbd48be5f
⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX](https://github.com/encode/starlette/releases/tag/0.21.0) (#5471)
Co-authored-by: Paweł Rubin <pawel.rubin@ocado.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-11-13 15:26:09 +01:00
bilalAlpaslan 8d8825e15d APIKey scheme name default changed 2022-04-13 01:40:22 +03:00
Hylke Postma 3b2e891917
Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757)
Co-authored-by: Hylke Postma <h.postma@docuwork.nl>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-29 12:30:48 +02:00