Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestDatabaseScope ¶
type TestDatabaseScope struct {
// contains filtered or unexported fields
}
func ConnectTestDatabase ¶
func ConnectTestDatabase(t *testing.T) *TestDatabaseScope
ConnectTestDatabase returns a scope with a test database
func (*TestDatabaseScope) Close ¶
func (s *TestDatabaseScope) Close()
func (*TestDatabaseScope) DB ¶
func (s *TestDatabaseScope) DB() *database.Connection
Click to show internal directories.
Click to hide internal directories.