Closed eltonplima closed 10 months ago
Simplifies running tests by automatically preparing the database before executing tests.
It seems a bit of a risk to drop the configured database when running mix test. This could have unintended consequences which I'd rather avoid.
mix test
Simplifies running tests by automatically preparing the database before executing tests.