Documentation
¶
Index ¶
- Constants
- func DoIfEnvVarNotSet(t *testing.T, key string, f func(t *testing.T, key string)) string
- func DoIfEnvVarSet(t *testing.T, key string, f func(t *testing.T, key string)) string
- func RequireEnvVar(t *testing.T, key string) string
- func SkipIfEnvVarNotSet(t *testing.T, key string)
- func SkipIfEnvVarSet(t *testing.T, key string)
- func SkipIfNotAcceptance(t *testing.T)
- func SkipIfNotIntegration(t *testing.T)
- func SkipIfNotUnit(t *testing.T)
Constants ¶
View Source
const ( ENV_ENABLE_UNIT_TESTS = "AIGENT_TEST_UNIT" ENV_ENABLE_INTEGRATION_TESTS = "AIGENT_TEST_INTEGRATION" ENV_ENABLE_ACCEPTANCE_TESTS = "AIGENT_TEST_ACCEPTANCE" )
Variables ¶
This section is empty.
Functions ¶
func DoIfEnvVarNotSet ¶
func DoIfEnvVarSet ¶
func SkipIfEnvVarNotSet ¶
func SkipIfEnvVarSet ¶
func SkipIfNotAcceptance ¶
func SkipIfNotIntegration ¶
func SkipIfNotUnit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.