(t *testing.T)
| 496 | } |
| 497 | |
| 498 | func TestCleanAfterStart(t *testing.T) { |
| 499 | _, configuration := setup(t) |
| 500 | start(configuration) |
| 501 | |
| 502 | clean(configuration) |
| 503 | |
| 504 | assertOnBranch(t, "mob-session") |
| 505 | assertMobSessionBranches(t, configuration, "mob-session") |
| 506 | } |
| 507 | |
| 508 | func TestCleanNotFullyMergedMissingRemoteBranch(t *testing.T) { |
| 509 | _, configuration := setup(t) |
nothing calls this directly
no test coverage detected