MCPcopy Create free account
hub / github.com/containerd/nerdctl / Setup

Function Setup

pkg/testutil/nerdtest/test.go:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29var Debug test.ConfigKey = "Debug"
30
31func Setup() *test.Case {
32 test.Customize(&nerdctlSetup{})
33 return &test.Case{
34 Env: map[string]string{},
35 }
36}
37
38type nerdctlSetup struct {
39}

Callers 15

TestTestFunction · 0.92
TestUnknownCommandFunction · 0.92
TestNerdctlConfigFunction · 0.92
TestCompletionFunction · 0.92
TestRunUserNameFunction · 0.92
TestAttachFunction · 0.92
TestAttachDetachKeysFunction · 0.92
TestAttachNoStdinFunction · 0.92

Calls

no outgoing calls

Tested by 15

TestTestFunction · 0.74
TestUnknownCommandFunction · 0.74
TestNerdctlConfigFunction · 0.74
TestCompletionFunction · 0.74
TestRunUserNameFunction · 0.74
TestAttachFunction · 0.74
TestAttachDetachKeysFunction · 0.74
TestAttachNoStdinFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…