Documentation
¶
Overview ¶
Package testing provides testing utilities and helpers for the bootstrap-cli, including test environment setup, temporary file and directory management, and environment variable handling.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestEnv ¶
type TestEnv struct {
HomeDir string
// contains filtered or unexported fields
}
TestEnv represents a test environment
func NewTestEnv ¶
NewTestEnv creates a new test environment
func (*TestEnv) CreateTempDir ¶
CreateTempDir creates a temporary directory in the test environment
Click to show internal directories.
Click to hide internal directories.