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

Function TestAllInputsHaveConfigHelp

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

Source from the content-addressed store, hash-verified

34}
35
36func TestAllInputsHaveConfigHelp(t *testing.T) {
37 for _, input := range input.All {
38 assertValidConfigHelp(t, input.Name, input.Config)
39 }
40}
41
42func TestAllFiltersHaveConfigHelp(t *testing.T) {
43 for _, filter := range filter.All {

Callers

nothing calls this directly

Calls 1

assertValidConfigHelpFunction · 0.85

Tested by

no test coverage detected