migration tests: migrate only database under test
Created by: mrnugget
I think this is the result of a refactor: previously we had the loop to
migrate all databases, but now we have separate test functions
(TestFrontendMigrations
, TestCodeIntelMigrations
) that pass the
database in.
I don't see how it makes sense to migrate both databases in both tests.