igorbenav / FastAPI-boilerplate

An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests should be performed on a SQLite test db

igorbenav opened this issue · comments

Tests should be performed on a SQLite test db

Maybe just overriding the dependency will be a simpler solution with the same benefits