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

Function TestDoneNotMobProgramming

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

Source from the content-addressed store, hash-verified

171}
172
173func TestDoneNotMobProgramming(t *testing.T) {
174 output, configuration := setup(t)
175
176 done(configuration)
177
178 assertOutputContains(t, output, "to start working together")
179}
180
181func TestExecuteInvalidCommandKicksOffHelp(t *testing.T) {
182 output, _ := setup(t)

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
doneFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected