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

Function TestIsGitIdentifiesOutsideOfGitRepo

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

Source from the content-addressed store, hash-verified

1830}
1831
1832func TestIsGitIdentifiesOutsideOfGitRepo(t *testing.T) {
1833 setWorkingDir(tempDir + "/notgit")
1834 equals(t, false, isGit())
1835}
1836
1837func TestEmptyGitStatus(t *testing.T) {
1838 setup(t)

Callers

nothing calls this directly

Calls 3

setWorkingDirFunction · 0.85
equalsFunction · 0.85
isGitFunction · 0.85

Tested by

no test coverage detected