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

Function TestClean

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

Source from the content-addressed store, hash-verified

486}
487
488func TestClean(t *testing.T) {
489 _, configuration := setup(t)
490 git("checkout", "-b", "mob-session")
491
492 clean(configuration)
493
494 assertOnBranch(t, "master")
495 assertNoLocalBranch(t, "mob-session")
496}
497
498func TestCleanAfterStart(t *testing.T) {
499 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 5

setupFunction · 0.85
gitFunction · 0.85
cleanFunction · 0.85
assertOnBranchFunction · 0.85
assertNoLocalBranchFunction · 0.85

Tested by

no test coverage detected