# Variables
ExeSuffix is the suffix of executable files (.exe on Windows).
UpdateGolden controls updating test fixtures.
Verbose controls logging of test commands.
# Structs
Case loads a testdata.json test configuration and executes that test.
Environment defines a test execution environment and captures the output.
# Type aliases
RunFunc is a function that runs a test.