integration

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: May 20, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunTest

func RunTest(ctx context.Context, test Test) error

RunTest runs a single integration test

Types

type Test

type Test interface {
	// Run executes the integration test with the given Dagger client
	Run(ctx context.Context, client *dagger.Client) (*dagger.Container, error)
	// Name returns the name of the integration test
	Name() string
}

Test defines the interface for all integration tests

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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