MCPcopy 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
21func TestMain(m *testing.M) {
22 stdout = ioutil.Discard
23 os.Exit(m.Run())
24}
25
26func TestPget(t *testing.T) {
27 // listening file server

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected