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

Function TestStartWithPushDefaultTracking

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

Source from the content-addressed store, hash-verified

394}
395
396func TestStartWithPushDefaultTracking(t *testing.T) {
397 _, configuration := setup(t)
398 createFileAndCommitIt(t, "example.txt", "asdf", "asdf")
399 git("push", "origin", "master")
400 git("config", "push.default", "tracking")
401
402 start(configuration)
403 assertMobSessionBranches(t, configuration, "mob-session")
404}
405
406func TestStartWithJoiningNonExistingSession(t *testing.T) {
407 _, configuration := setup(t)

Callers

nothing calls this directly

Calls 5

setupFunction · 0.85
createFileAndCommitItFunction · 0.85
gitFunction · 0.85
startFunction · 0.85
assertMobSessionBranchesFunction · 0.85

Tested by

no test coverage detected