sqltest

package
v1.24.1 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0, BSD-3-Clause, Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Prepare

func Prepare(tableName string) func()

Prepare sets up a table with the given name in both the MySQL and Postgres databases and returns a teardown function which will drop it.

func RunAll

func RunAll(t *testing.T, cfg *Config)

RunAll applies a sequence of unit tests to check the correct tracing of sql features.

Types

type Config

type Config struct {
	*sql.DB

	DriverName string
	TableName  string
	ExpectName string
	ExpectTags map[string]interface{}
	// contains filtered or unexported fields
}

Config holds the test configuration.

Jump to

Keyboard shortcuts

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