testing

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package testing has the source tests. All source drivers must pass the Test function. This lives in it's own package so it stays a test dependency.

Index

Constants

View Source
const (
	TestFile     = "test.txt"
	TestContents = "contents of test file"
)

Variables

This section is empty.

Functions

func Test

func Test(t *testing.T, d database.Database)

Test runs tests against database implementations. It assumes that the database tests can read and write a file named test.txt.

See database/file/file_test.go for an example.

func TestGet

func TestGet(t *testing.T, d database.Database)

func TestSet

func TestSet(t *testing.T, d database.Database)

Types

This section is empty.

Jump to

Keyboard shortcuts

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