-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Issue
We have a huge database with over 1500 tables, our problem is that none of our db dumps have data in all tables. This means that when we want to unit test we need to be able to switch databases.
Solution
We were hoping for a way to automatically switch between databases during unit testing, whitout the need to run different test suites. We had thought about merging all our databases into one, by providing a prefix of which database it belongs to, but since we have migrations this isn't an option for us.
Metadata
Metadata
Assignees
Labels
No labels