MCPcopy Index your code
hub / github.com/celer-pkg/celer / TestRemoveCmd_Default

Function TestRemoveCmd_Default

cmds/cmd_remove_test.go:473–480  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

471}
472
473func TestRemoveCmd_Default(t *testing.T) {
474 installedPort := installForTestRemove(t, "glog@0.6.0", configs.RemoveOptions{})
475 if installed, err := installedPort.Installed(); err != nil {
476 t.Fatalf("failed to check installation status of glog@0.6.0: %v", err)
477 } else if installed {
478 t.Fatal("glog@0.6.0 should have been removed")
479 }
480}
481
482func TestRemoveCmd_BuildCache(t *testing.T) {
483 installedPort := installForTestRemove(t, "glog@0.6.0", configs.RemoveOptions{

Callers

nothing calls this directly

Calls 2

installForTestRemoveFunction · 0.85
InstalledMethod · 0.80

Tested by

no test coverage detected