Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better support for running tests in branches with different DB schemas
Delete the DB's "public" schema directly. We do this instead of using SQLAlchemy's drop_all because we want to delete all tables in the current DB, not only the ones the current code base is aware off. This is useful while switching between branches that include DB migrations.
- Loading branch information