Documentation
¶
Index ¶
- Variables
- func EventuallyWithTf(t *testing.T, fn func(c *assert.CollectT, saveErr func(err any)), ...)
- func GetRFC3339Time(t *testing.T, timeString string) time.Time
- func NewDiscardLogger(t testing.TB) *slog.Logger
- func NewLogger(t testing.TB) *slog.Logger
- func TimeEqualsApproximately(t *testing.T, expected time.Time, actual time.Time, tolerance time.Duration)
- type GeneratedName
- type PostgresDBState
- type TestDB
Constants ¶
This section is empty.
Variables ¶
View Source
var NameGenerator = newNameGenerator()
Functions ¶
func EventuallyWithTf ¶
Types ¶
type GeneratedName ¶
type PostgresDBState ¶
type PostgresDBState uint8
const ( PostgresDBStateEmpty PostgresDBState = iota PostgresDBStateEntMigrated PostgresDBStateAtlasMigrated )
Click to show internal directories.
Click to hide internal directories.