testutil

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2020 License: MPL-2.0-no-copyleft-exception Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// TestDBConfig is the default test database configuration.
	TestDBConfig = "host=localhost user=tinyci password=tinyci"

	// DummyToken is a fake oauth2 token.
	DummyToken = &types.OAuthToken{Token: "123456"}
)

Functions

func JSONIO

func JSONIO(from, to interface{}) error

JSONIO uses json serialization to convert from one struct to another p.s. this is terrible

func RandHexString

func RandHexString(l int) string

RandHexString creates random hexadecimal strings

func RandString

func RandString(len int) string

RandString returns a random string

func WipeDB

func WipeDB(c *check.C)

WipeDB wipes all tables with `truncate table`.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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