(t *testing.T)
| 414 | } |
| 415 | |
| 416 | func TestPluginListFileCompletion(t *testing.T) { |
| 417 | checkFileCompletion(t, "plugin list", false) |
| 418 | } |
| 419 | |
| 420 | func TestPluginUninstallFileCompletion(t *testing.T) { |
| 421 | checkFileCompletion(t, "plugin uninstall", false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…