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

Function TestAllFiltersHaveConfigHelp

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

Source from the content-addressed store, hash-verified

40}
41
42func TestAllFiltersHaveConfigHelp(t *testing.T) {
43 for _, filter := range filter.All {
44 assertValidConfigHelp(t, filter.Name, filter.Config)
45 }
46}
47
48func TestAllOutputsHaveConfigHelp(t *testing.T) {
49 for _, output := range output.All {

Callers

nothing calls this directly

Calls 1

assertValidConfigHelpFunction · 0.85

Tested by

no test coverage detected