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 SetupTestDB(t *testing.T) func() Constants ¶ This section is empty. Variables ¶ View Source var BinaryLocation string Functions ¶ func RunKV ¶ func RunKV(t *testing.T, args ...string) (string, error) func RunKVCommand ¶ added in v0.1.4 func RunKVCommand(t *testing.T, args ...string) *exec.Cmd func RunKVFailure ¶ func RunKVFailure(t *testing.T, args ...string) string func RunKVSuccess ¶ func RunKVSuccess(t *testing.T, args ...string) string func SetupTestDB ¶ func SetupTestDB(t *testing.T) func() SetupTestDB creates a temporary database for testing Types ¶ This section is empty. Source Files ¶ View all Source files helpers.go Click to show internal directories. Click to hide internal directories.