(t *testing.T)
| 603 | } |
| 604 | |
| 605 | func TestBranch(t *testing.T) { |
| 606 | output, configuration := setup(t) |
| 607 | start(configuration) |
| 608 | |
| 609 | branch(configuration) |
| 610 | |
| 611 | assertOutputContains(t, output, "\norigin/mob-session\n") |
| 612 | } |
| 613 | |
| 614 | func TestStartIncludeUntrackedFiles(t *testing.T) { |
| 615 | _, configuration := setup(t) |
nothing calls this directly
no test coverage detected