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

Function TestGitRootDirWithSymbolicLink

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

Source from the content-addressed store, hash-verified

1501}
1502
1503func TestGitRootDirWithSymbolicLink(t *testing.T) {
1504 setup(t)
1505 symlinkDir := tempDir + "/local-symlink"
1506 setWorkingDir(symlinkDir)
1507 expectedLocalSymlinkPath, _ := filepath.EvalSymlinks(symlinkDir)
1508 equals(t, expectedLocalSymlinkPath, filepath.FromSlash(gitRootDir()))
1509}
1510
1511func TestBothCreateNonemptyCommitWithNext(t *testing.T) {
1512 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 4

setupFunction · 0.85
setWorkingDirFunction · 0.85
equalsFunction · 0.85
gitRootDirFunction · 0.85

Tested by

no test coverage detected