testutils

package
v0.0.0-...-6cc63a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const MigrationsPath = "file://../database/db-migrations"

Variables

This section is empty.

Functions

func AssertEqualValues

func AssertEqualValues(t *testing.T, wanted, got interface{})

AssertEqualValues helps compare values recursively, using the Equal method where exists. This helps with timestamp comparisons.

func CreateTestDB

func CreateTestDB(migrationsPath string) (*gorm.DB, func(), error)

CreateTestDB connects to test postgreSQL instance (either local or the one at CI environment) and creates a new database with an up-to-date schema. It returns a reference to the DB and a clean up function if successful.

func GetEnvOrDefault

func GetEnvOrDefault(key, fallback string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL