Comment on Don't test with SQLite when you use Postgres in ProductionparentComments−electrum11yJust add the Maven dependency and see their own tests for an example:https://github.com/airlift/testing-postgresql-server/blob/ma...https://github.com/airlift/testing-mysql-server/blob/master/...Though you want to use @BeforeClass / @AfterClass or similar rather than creating one for each test.
Comments
Just add the Maven dependency and see their own tests for an example:
https://github.com/airlift/testing-postgresql-server/blob/ma...
https://github.com/airlift/testing-mysql-server/blob/master/...
Though you want to use @BeforeClass / @AfterClass or similar rather than creating one for each test.