package fakestorage

import "github.com/docker/docker/testutil/fakestorage"

Index

Functions

func SetTestEnvironment

func SetTestEnvironment(env *environment.Execution)

SetTestEnvironment sets a static test environment TODO: decouple this package from environment

Types

type Fake

type Fake interface {
	Close() error
	URL() string
	CtxDir() string
}

Fake is a static file server. It might be running locally or remotely on test host.

func New

func New(t testing.TB, dir string, modifiers ...func(*fakecontext.Fake) error) Fake

New returns a static file server that will be use as build context.

Source Files

fixtures.go storage.go

Version
v26.0.0-rc2+incompatible
Published
Mar 7, 2024
Platform
js/wasm
Imports
23 packages
Last checked
1 hour ago

Tools for package owners.