hw-polysemy-0.3.1.2: Opinionated polysemy library
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.TestContainers.LocalStack

Synopsis

Documentation

data Container #

Handle to a Docker container.

Since: testcontainers-0.1.0.0

setupContainers :: MonadDocker m => m Container Source #

Sets up and runs the containers required for this test suite.

setupContainers' :: MonadDocker m => Text -> m Container Source #

Sets up and runs the containers required for this test suite.