testutil

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupTestDB

func SetupTestDB(t *testing.T) *gorm.DB

SetupTestDB creates an in-memory SQLite database with all migrations applied.

func SetupTestMySQL

func SetupTestMySQL(t *testing.T) *gorm.DB

SetupTestMySQL connects to a real MySQL instance for integration testing. The test is skipped when GATECHA_TEST_MYSQL_DSN is not set.

Example DSN:

root:root@tcp(localhost:3306)/gatecha_test?parseTime=true&charset=utf8mb4&loc=UTC

Types

This section is empty.

Jump to

Keyboard shortcuts

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