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

Function TestStartNextPushManualCommits

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

Source from the content-addressed store, hash-verified

1565}
1566
1567func TestStartNextPushManualCommits(t *testing.T) {
1568 _, configuration := setup(t)
1569
1570 setWorkingDir(tempDir + "/local")
1571
1572 start(configuration)
1573 createFileAndCommitIt(t, "example.txt", "contentIrrelevant", "asdf")
1574 next(configuration)
1575
1576 setWorkingDir(tempDir + "/localother")
1577 start(configuration)
1578 assertFileExist(t, "example.txt")
1579}
1580
1581func TestStartBranchWithUncommitedChangesFixWithBranch(t *testing.T) {
1582 output, _ := setup(t)

Callers

nothing calls this directly

Calls 6

setupFunction · 0.85
setWorkingDirFunction · 0.85
startFunction · 0.85
createFileAndCommitItFunction · 0.85
nextFunction · 0.85
assertFileExistFunction · 0.85

Tested by

no test coverage detected