Skip to content

Run data_fixtures app migrations at the end of automated tests #1352

Open
@shanbady

Description

@shanbady

Description/Context

We have a data_fixtures app that installs static fixtures - we currently dont run these in our automated test suit since a lot of our tests assume there is a clean slate when running since we don't explicitly setup()/teardown() - however this also means that if there is an issue with migrations in the data_fixtures app, it wont be revealed until we attempt a release.

Plan

  • run data migrations in our automated tests/CI after all tests have run so that we can catch errors in static fixture migrations

Metadata

Metadata

Assignees

No one assigned

    Labels

    product:mit-openIssues related to the MIT Open product

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions