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

Function TestBranch

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

Source from the content-addressed store, hash-verified

603}
604
605func TestBranch(t *testing.T) {
606 output, configuration := setup(t)
607 start(configuration)
608
609 branch(configuration)
610
611 assertOutputContains(t, output, "\norigin/mob-session\n")
612}
613
614func TestStartIncludeUntrackedFiles(t *testing.T) {
615 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 4

setupFunction · 0.85
startFunction · 0.85
branchFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected