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

Function TestCleanMissingBaseBranch

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

Source from the content-addressed store, hash-verified

534}
535
536func TestCleanMissingBaseBranch(t *testing.T) {
537 _, configuration := setup(t)
538 git("checkout", "-b", "mob/feature1")
539
540 clean(configuration)
541
542 assertOnBranch(t, "master")
543 assertNoLocalBranch(t, "mob/feature1")
544}
545
546func TestStartUnstagedChanges(t *testing.T) {
547 output, 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