(t *testing.T)
| 405 | } |
| 406 | |
| 407 | func TestPluginFileCompletion(t *testing.T) { |
| 408 | checkFileCompletion(t, "plugin", false) |
| 409 | } |
| 410 | |
| 411 | func TestPluginInstallFileCompletion(t *testing.T) { |
| 412 | checkFileCompletion(t, "plugin install", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…