(self)
| 498 | self.__assert_history(self.__build(self.OTHER) + self.__build('master')) |
| 499 | |
| 500 | def test_ip_head(self): |
| 501 | gl.fuse(self.OTHER, insertion_point='HEAD') |
| 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]) |
nothing calls this directly
no test coverage detected