(t *testing.T)
| 197 | } |
| 198 | |
| 199 | func TestStart(t *testing.T) { |
| 200 | _, configuration := setup(t) |
| 201 | |
| 202 | start(configuration) |
| 203 | |
| 204 | assertOnBranch(t, "mob-session") |
| 205 | assertMobSessionBranches(t, configuration, "mob-session") |
| 206 | } |
| 207 | |
| 208 | func TestStartDespiteGitHook(t *testing.T) { |
| 209 | _, configuration := setup(t) |
nothing calls this directly
no test coverage detected