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

Function TestCleanAfterStart

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

Source from the content-addressed store, hash-verified

496}
497
498func TestCleanAfterStart(t *testing.T) {
499 _, configuration := setup(t)
500 start(configuration)
501
502 clean(configuration)
503
504 assertOnBranch(t, "mob-session")
505 assertMobSessionBranches(t, configuration, "mob-session")
506}
507
508func TestCleanNotFullyMergedMissingRemoteBranch(t *testing.T) {
509 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected