Skip to content

Use Test Fixtures for migrations for migrations integration test

Hayley Swimelar requested to merge fixtures-for-migrator into master

This MR switches the migrator integration tests to use test fixtures for migrations, rather than the production migrations. This allows us to isolate and control out testing environment and will allow us to test post deployment migrations before we have production post-deployment migrations.

Merge request reports

Loading