Documentation
¶
Overview ¶
Package tests contains integration tests for the tool
Index ¶
- Variables
- func RunKV(t *testing.T, args ...string) (string, error)
- func RunKVCommand(t *testing.T, args ...string) *exec.Cmd
- func RunKVFailure(t *testing.T, args ...string) string
- func RunKVSuccess(t *testing.T, args ...string) string
- func RunKVSuccessStdout(t *testing.T, args ...string) string
- func SetupTestDB(t *testing.T) string
Constants ¶
This section is empty.
Variables ¶
View Source
var BinaryLocation string
Functions ¶
func RunKVSuccessStdout ¶ added in v0.6.2
func SetupTestDB ¶
SetupTestDB creates a temporary database for testing and registers cleanup via t.Cleanup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.