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

Function TestEmptyGitStatus

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

Source from the content-addressed store, hash-verified

1835}
1836
1837func TestEmptyGitStatus(t *testing.T) {
1838 setup(t)
1839
1840 status := gitStatus()
1841
1842 equals(t, 0, len(status))
1843 assertCleanGitStatus(t)
1844}
1845
1846func TestGitStatusWithOneFile(t *testing.T) {
1847 setup(t)

Callers

nothing calls this directly

Calls 4

setupFunction · 0.85
gitStatusFunction · 0.85
equalsFunction · 0.85
assertCleanGitStatusFunction · 0.85

Tested by

no test coverage detected