vitalik / django-ninja

💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
https://django-ninja.dev
MIT License
7.34k stars 437 forks source link

Made TestClient accept COOKIES + documentation #1311

Closed c4ffein closed 1 month ago

c4ffein commented 1 month ago

Hello,

I just made the TestClient accept an optional COOKIES parameter, just like it was already possible to pass headers. I also updated the documentation.

Thanks!

vitalik commented 1 month ago

Thank you