Skip to content

Instantly share code, notes, and snippets.

View GuhaAG's full-sized avatar
🏠
Working from home

Arghya Guha GuhaAG

🏠
Working from home
View GitHub Profile
@ptrdom
ptrdom / PlayTestcontainersIsolatedSlick.scala
Created February 17, 2019 21:33
Example of Play Framework + Testcontainers usage with isolated Slick - not using play-slick
//Test tag
case object DockerDatabaseTest extends Tag("DockerDatabase")
//Test harness
package utilities.database
import com.dimafeng.testcontainers.{ForAllTestContainer, PostgreSQLContainer}
import org.scalatest.mockito.MockitoSugar
import org.scalatest.{Assertion, Suite}
import org.scalatestplus.play.AppProvider