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

Function TestVersion

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

Source from the content-addressed store, hash-verified

118}
119
120func TestVersion(t *testing.T) {
121 output, _ := setup(t)
122
123 version()
124
125 assertOutputContains(t, output, versionNumber)
126}
127
128func TestHasCommits(t *testing.T) {
129 _, _ = setup(t)

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
versionFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected