Documentation
¶
Index ¶
Constants ¶
View Source
const KeyDebug = "TESTCASE_DEBUG"
View Source
const KeyOrdering = `TESTCASE_ORDERING`
KeyOrdering is the environment variable key that will be checked for testCase determine what order of execution should be used between test cases in a testing group. The default sorting behavior is pseudo random based on an the seed.
Mods: - defined: execute testCase in the order which they are being defined - random: pseudo random based ordering between tests.
View Source
const KeyOrdering2 = `TESTCASE_ORDER`
View Source
const KeySeed = `TESTCASE_SEED`
KeySeed is the environment variable key that will be checked for a pseudo random seed, which will be used to randomize the order of executions between test cases.
Variables ¶
This section is empty.
Functions ¶
func CheckEnvKeys ¶
func CheckEnvKeys()
func OrderingKeys ¶ added in v0.153.3
func OrderingKeys() []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.