test

package
v0.99.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package test provides integration tests for Terragrunt.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCLIConfig added in v0.67.2

func CreateCLIConfig(t *testing.T, file *os.File, settings *CLIConfigSettings)

Types

type CLIConfigProviderInstallationDirect

type CLIConfigProviderInstallationDirect struct {
	Include, Exclude []string
}

type CLIConfigProviderInstallationFilesystemMirror

type CLIConfigProviderInstallationFilesystemMirror struct {
	Path             string
	Include, Exclude []string
}

type CLIConfigProviderInstallationNetworkMirror

type CLIConfigProviderInstallationNetworkMirror struct {
	URL              string
	Include, Exclude []string
}

type CLIConfigSettings

type CLIConfigSettings struct {
	FilesystemMirrorMethods []CLIConfigProviderInstallationFilesystemMirror
	NetworkMirrorMethods    []CLIConfigProviderInstallationNetworkMirror
	DirectMethods           []CLIConfigProviderInstallationDirect
}

Directories

Path Synopsis
benchmarks
helpers
Package helpers provides helper functions for the integration benchmarks.
Package helpers provides helper functions for the integration benchmarks.
flake module
Package helpers provides helper functions for tests.
Package helpers provides helper functions for tests.
logger
Package logger provides a convenient logger for tests.
Package logger provides a convenient logger for tests.

Jump to

Keyboard shortcuts

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