Documentation ¶
Overview ¶
Package testutil wraps helpers for testing.
Index ¶
Constants ¶
View Source
const Race = false
Race reports if the race detector is enabled.
Variables ¶
This section is empty.
Functions ¶
func RSAPrivateKey ¶ added in v0.18.0
func RSAPrivateKey() *rsa.PrivateKey
RSAPrivateKey returns pre-generated test RSA private key.
func Rand ¶ added in v0.18.0
Rand returns a new rand.Rand with source deterministically initialized from seed byte slice.
Zero length seed (or nil) is valid input.
func SetEnv ¶ added in v0.24.0
SetEnv sets environment variable and sets delete callback to unset variable after test.
func SkipExternal ¶ added in v0.24.0
SkipExternal skips current test if GOTD_TEST_EXTERNAL is not 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.