Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Code-Hex/pget
/ TestMain
Function
TestMain
pget_test.go:21–24 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
19
)
20
21
func
TestMain(m *testing.M) {
22
stdout = ioutil.Discard
23
os.Exit(m.Run())
24
}
25
26
func
TestPget(t *testing.T) {
27
// listening file server
Callers
nothing calls this directly
Calls
1
Run
Method · 0.80
Tested by
no test coverage detected