(self)
| 502 | self.__assert_history(self.__build('master') + self.__build(self.OTHER)) |
| 503 | |
| 504 | def test_ip_commit(self): |
| 505 | gl.fuse(self.OTHER, insertion_point=self.commits['master'][1]) |
| 506 | self.__assert_history( |
| 507 | self.__build('master', [0, 1]) + self.__build(self.OTHER) + |
| 508 | self.__build('master', range(2, self.COMMITS_NUMBER))) |
| 509 | |
| 510 | def test_conflicts(self): |
| 511 | def trigger_conflicts(): |
nothing calls this directly
no test coverage detected