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

Function TestStart

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

Source from the content-addressed store, hash-verified

197}
198
199func TestStart(t *testing.T) {
200 _, configuration := setup(t)
201
202 start(configuration)
203
204 assertOnBranch(t, "mob-session")
205 assertMobSessionBranches(t, configuration, "mob-session")
206}
207
208func TestStartDespiteGitHook(t *testing.T) {
209 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 4

setupFunction · 0.85
startFunction · 0.85
assertOnBranchFunction · 0.85
assertMobSessionBranchesFunction · 0.85

Tested by

no test coverage detected