Pytest with FastAPI not resetting database between file tests
I have multiple Pytest files. The problem is that the database data is not being cleared after each file is done running.
I have multiple Pytest files. The problem is that the database data is not being cleared after each file is done running.