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
v23.0.0-rc.2+incompatible
Published
Jan 11, 2023
Platform
js/wasm
Imports
22 packages
Last checked
1 hour ago

Tools for package owners.