Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustLoadFixtures ¶
func MustLoadFixtures(fixtures *testfixtures.Loader)
func MustNewFixtures ¶
func NewJSONReader ¶
func ReadResponseBody ¶
Types ¶
type TestEnvironment ¶
type TestEnvironment struct { PostgresC testcontainers.Container RedisC testcontainers.Container MinioC testcontainers.Container SmtpC testcontainers.Container Container *registry.Container // contains filtered or unexported fields }
func NewTestContainer ¶
func NewTestContainer() *TestEnvironment
func (*TestEnvironment) Close ¶
func (tc *TestEnvironment) Close()
func (*TestEnvironment) MustInitialize ¶
func (tc *TestEnvironment) MustInitialize(cfg *appconfig.Config)
Click to show internal directories.
Click to hide internal directories.