commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.06k stars 146 forks source link

Update mix test command #281

Closed eltonplima closed 10 months ago

eltonplima commented 10 months ago

Simplifies running tests by automatically preparing the database before executing tests.

slashdotdash commented 10 months ago

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.