(self, branch_name, cids=None)
| 454 | self.assertFalse('fuse' in st_out) |
| 455 | |
| 456 | def __build(self, branch_name, cids=None): |
| 457 | if not cids: |
| 458 | cids = range(self.COMMITS_NUMBER) |
| 459 | return [(text(ci), branch_name) for ci in cids] |
| 460 | |
| 461 | def test_basic(self): |
| 462 | gl.fuse(self.OTHER) |
no outgoing calls
no test coverage detected