contract

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelperConfig

type HelperConfig struct {
	NewHelperConfig func(t *testing.T) shared.HelperConfig
	ConfigureHelper func(t *testing.T, hostname string)
}

This HelperConfig contract exist to ensure that any HelperConfig implementation conforms to this behaviour. This is useful because we can swap in fake implementations for testing, rather than requiring our tests to be isolated from git.

See for example, TestAuthenticatingGitCredentials for LoginFlow.

func (HelperConfig) Test

func (contract HelperConfig) Test(t *testing.T)

Jump to

Keyboard shortcuts

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