mfreeborn / fastapi-sqlalchemy

Adds simple SQLAlchemy support to FastAPI
MIT License
594 stars 34 forks source link

Best practices for using with Test Database #24

Open moldhouse opened 3 years ago

moldhouse commented 3 years ago

Are there any best practices for overriding the Database url to yield a session referencing the test db when testing?

mfreeborn commented 3 years ago

Not at present. If you come across a good method in the meantime, I'd be happy to look into it further.