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