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

Function TestPrintHelp

help_test.go:60–71  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

58}
59
60func TestPrintHelp(t *testing.T) {
61 comp := baker.Components{
62 Inputs: input.All,
63 Filters: filter.All,
64 Outputs: output.All,
65 Uploads: upload.All,
66 }
67 err := baker.PrintHelp(io.Discard, "*", comp, baker.HelpFormatMarkdown)
68 if err != nil {
69 t.Fatalf("PrintHelp return err: %v, want nil", err)
70 }
71}

Callers

nothing calls this directly

Calls 1

PrintHelpFunction · 0.92

Tested by

no test coverage detected