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

Function assertGitStatus

mob_test.go:2329–2331  ·  view source on GitHub ↗
(t *testing.T, expected map[string]string)

Source from the content-addressed store, hash-verified

2327}
2328
2329func assertGitStatus(t *testing.T, expected map[string]string) {
2330 equals(t, expected, gitStatus())
2331}
2332
2333func assertCleanGitStatus(t *testing.T) {
2334 status := gitStatus()

Calls 2

equalsFunction · 0.85
gitStatusFunction · 0.85

Tested by

no test coverage detected