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

Function TestIsGitIdentifiesGitRepo

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

Source from the content-addressed store, hash-verified

1825}
1826
1827func TestIsGitIdentifiesGitRepo(t *testing.T) {
1828 setup(t)
1829 equals(t, true, isGit())
1830}
1831
1832func TestIsGitIdentifiesOutsideOfGitRepo(t *testing.T) {
1833 setWorkingDir(tempDir + "/notgit")

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
equalsFunction · 0.85
isGitFunction · 0.85

Tested by

no test coverage detected