scottweaver / testcontainers-for-zio

48 stars 21 forks source link

Add a variant of migrate that calls beforeAll #19

Closed oliveiosello closed 2 years ago

oliveiosello commented 2 years ago

Currently, migrate migrations is running before each test. It might be useful if there were a variant which used something like beforeAll so that the migrations are run only once instead of per test.

oliveiosello commented 2 years ago

I'll give this a go, Scott!