package
0.8.8
Repository: https://github.com/trustwallet/go-libs.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewIntegrationTestDb creates a *gorm.DB connection to a real database which is only for integration test.
NewIntegrationTestRedis creates a *redis.Redis connection to a real redis pool which is only for integration test.
RequireAllTestTags runs the test if all the provided test tags appear in runtime tags.
RequireOneOfTestTags runs the test if any of the provided test tags matches one of the runtime tags.
RequireTestTag runs the test if the provided tag matches at least one runtime tag.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

TaggedTestsEnvVar defines the name of the environment variable for the tagged tests.

# Structs

IntegrationTestSuite is an integration testing suite with methods for retrieving the real database and redis connection.