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

Function TestCustomDirHelper

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

Source from the content-addressed store, hash-verified

64}
65
66func TestCustomDirHelper(_ *testing.T) {
67 if !testutil.WantHelperProcess() {
68 return
69 }
70
71 fmt.Fprintln(os.Stdout, CustomDir())
72}
73
74func TestCustomDir(t *testing.T) {
75 tests := []struct {

Callers

nothing calls this directly

Calls 2

WantHelperProcessFunction · 0.92
CustomDirFunction · 0.85

Tested by

no test coverage detected