MCPcopy Create free account
hub / github.com/gogs/gogs / TestHomeDirHelper

Function TestHomeDirHelper

internal/conf/computed_test.go:94–100  ·  view source on GitHub ↗
(_ *testing.T)

Source from the content-addressed store, hash-verified

92}
93
94func TestHomeDirHelper(_ *testing.T) {
95 if !testutil.WantHelperProcess() {
96 return
97 }
98
99 fmt.Fprintln(os.Stdout, HomeDir())
100}
101
102func TestHomeDir(t *testing.T) {
103 tests := []struct {

Callers

nothing calls this directly

Calls 2

WantHelperProcessFunction · 0.92
HomeDirFunction · 0.85

Tested by

no test coverage detected