MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / TestGitRootDir

Function TestGitRootDir

mob_test.go:1497–1501  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1495}
1496
1497func TestGitRootDir(t *testing.T) {
1498 setup(t)
1499 expectedPath, _ := filepath.EvalSymlinks(tempDir + "/local")
1500 equals(t, expectedPath, filepath.FromSlash(gitRootDir()))
1501}
1502
1503func TestGitRootDirWithSymbolicLink(t *testing.T) {
1504 setup(t)

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
equalsFunction · 0.85
gitRootDirFunction · 0.85

Tested by

no test coverage detected