fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.95k stars 5k forks source link

Add tests to test_login and test_items #1420

Closed berar closed 5 days ago

berar commented 2 weeks ago

I added 3 unit tests to the test_login and test_items files.

I extended some util functions to enable these tests. These changes improved the test coverage.