MCPcopy Create free account
hub / github.com/SummerSec/SpringExploit / Test_selfUpdate

Function Test_selfUpdate

cmd/commons/core/update_test.go:8–19  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func Test_selfUpdate(t *testing.T) {
9 tests := []struct {
10 name string
11 }{
12 // TODO: Add test cases.
13 }
14 for _, tt := range tests {
15 t.Run(tt.name, func(t *testing.T) {
16 //selfupdate.UpdateSelf()
17 })
18 }
19}
20
21func Test_getLatestVersionFromGithub(t *testing.T) {
22 tests := []struct {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected