(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestStatusMobProgramming(t *testing.T) { |
| 18 | output, configuration := setup(t) |
| 19 | start(configuration) |
| 20 | |
| 21 | status(configuration) |
| 22 | |
| 23 | assertOutputContains(t, output, "you are on wip branch mob-session") |
| 24 | } |
| 25 | |
| 26 | func TestStatusWithMoreThan5LinesOfLog(t *testing.T) { |
| 27 | output, configuration := setup(t) |
nothing calls this directly
no test coverage detected