test

package
v0.69.3 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 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
Package helpers provides helper functions for tests.
Package helpers provides helper functions for tests.

Jump to

Keyboard shortcuts

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