Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeArgsIntoEnv ¶
MergeArgsIntoEnv merges CLI args into env map (CLI args take precedence)
func Run ¶
func Run(args []string, definition tester_definition.TesterDefinition) int
Run executes the tester with command-line arguments and environment This is the recommended entry point for tester main functions
Usage:
os.Exit(tester_utils.Run(os.Args[1:], definition))
func RunCLI ¶
func RunCLI(env map[string]string, definition tester_definition.TesterDefinition) int
RunCLI executes the tester based on user-provided env vars Deprecated: Use Run() instead for command-line argument support
Types ¶
Click to show internal directories.
Click to hide internal directories.