(key, displayName string)
| 32 | } |
| 33 | |
| 34 | func tmplEntry(key, displayName string) api.TemplateEntry { |
| 35 | return api.TemplateEntry{Key: key, Template: types.EnvironmentTemplate{DisplayName: displayName}} |
| 36 | } |
| 37 | |
| 38 | func TestCreateFlagsDoNotRequireDisk(t *testing.T) { |
| 39 | cmd := &cobra.Command{} |
no outgoing calls
no test coverage detected