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

Function TestHasCommits

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

Source from the content-addressed store, hash-verified

126}
127
128func TestHasCommits(t *testing.T) {
129 _, _ = setup(t)
130
131 commits := hasCommits()
132
133 equals(t, true, commits)
134}
135
136func TestHasCommits_NoCommits(t *testing.T) {
137 tempDir = t.TempDir()

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
hasCommitsFunction · 0.85
equalsFunction · 0.85

Tested by

no test coverage detected