Currently, migration and seed tasks need to be executed in separate, before testing. I believe we should adopt the same practice used in OpenAQ testing suite, which is to run these on every test run.
This would guarantee that the tests cover the latest code base and avoid simple mistakes like forgetting running these tasks beforehand.
Currently, migration and seed tasks need to be executed in separate, before testing. I believe we should adopt the same practice used in OpenAQ testing suite, which is to run these on every test run.
This would guarantee that the tests cover the latest code base and avoid simple mistakes like forgetting running these tasks beforehand.