Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1827
func
TestIsGitIdentifiesGitRepo(t *testing.T) {
1828
setup(t)
1829
equals(t, true, isGit())
1830
}
1831
1832
func
TestIsGitIdentifiesOutsideOfGitRepo(t *testing.T) {
1833
setWorkingDir(tempDir +
"/notgit"
)
Callers
nothing calls this directly
Calls
3
setup
Function · 0.85
equals
Function · 0.85
isGit
Function · 0.85
Tested by
no test coverage detected