MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / TestUpgradeManager_install

Function TestUpgradeManager_install

internal/nodes/upgrade_manager_test.go:11–21  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestUpgradeManager_install(t *testing.T) {
12 if !testutils.IsSingleTesting() {
13 return
14 }
15
16 err := NewUpgradeManager().install()
17 if err != nil {
18 t.Fatal(err)
19 }
20 t.Log("ok")
21}

Callers

nothing calls this directly

Calls 4

IsSingleTestingFunction · 0.92
NewUpgradeManagerFunction · 0.85
installMethod · 0.80
LogMethod · 0.80

Tested by

no test coverage detected