MCPcopy
hub / github.com/gotify/server / TestProjectPath

Function TestProjectPath

test/filepath_test.go:11–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestProjectPath(t *testing.T) {
12 _, err := os.Stat(path.Join(GetProjectDir(), "./README.md"))
13 assert.Nil(t, err)
14}
15
16func TestWithWd(t *testing.T) {
17 wd1, _ := os.Getwd()

Callers

nothing calls this directly

Calls 1

GetProjectDirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…