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

Function TestAllUploadsHaveConfigHelp

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

Source from the content-addressed store, hash-verified

52}
53
54func TestAllUploadsHaveConfigHelp(t *testing.T) {
55 for _, upload := range upload.All {
56 assertValidConfigHelp(t, upload.Name, upload.Config)
57 }
58}
59
60func TestPrintHelp(t *testing.T) {
61 comp := baker.Components{

Callers

nothing calls this directly

Calls 1

assertValidConfigHelpFunction · 0.85

Tested by

no test coverage detected