(t *testing.T)
| 409 | } |
| 410 | |
| 411 | func TestPluginInstallFileCompletion(t *testing.T) { |
| 412 | checkFileCompletion(t, "plugin install", true) |
| 413 | checkFileCompletion(t, "plugin install mypath", false) |
| 414 | } |
| 415 | |
| 416 | func TestPluginListFileCompletion(t *testing.T) { |
| 417 | checkFileCompletion(t, "plugin list", false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…