instedd / surveda

InSTEDD Surveda
https://instedd.org/technologies/surveda-mobile-surveys/
GNU General Public License v3.0
17 stars 6 forks source link

Setup tests database in `dev-setup` script #2365

Closed matiasgarciaisaia closed 2 months ago

matiasgarciaisaia commented 3 months ago

We have at least one old migration that's broken (AddPromptSmsToQuestionnaireSteps) since it depends on an app's model that changed. So in order to run the tests, we first need to create the test database from the SQL dump in the repo using ecto.setup - for the proper environment.