(t *testing.T)
| 197 | } |
| 198 | |
| 199 | func TestCreateFileCompletion(t *testing.T) { |
| 200 | checkFileCompletion(t, "create", true) |
| 201 | checkFileCompletion(t, "create myname", false) |
| 202 | } |
| 203 | |
| 204 | func TestCreateCmdChartAPIVersionV2(t *testing.T) { |
| 205 | t.Chdir(t.TempDir()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…