MCPcopy Create free account
hub / github.com/AdRoll/baker / TestExampleHelp

Function TestExampleHelp

e2e_test.go:11–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestExampleHelp(t *testing.T) {
12 defer os.RemoveAll("./_out")
13
14 cmd := exec.Command("go", "build", "-o", "_out/help", "./examples/help")
15 if err := cmd.Run(); err != nil {
16 t.Fatalf("error: go build ./examples/help: %v", err)
17 }
18}
19
20func TestE2EFullTopology(t *testing.T) {
21 defer os.RemoveAll("./_out")

Callers

nothing calls this directly

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected