environ

package
v0.180.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

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