(self)
| 494 | self.__build(self.OTHER, cids=[0]) + self.__build('master')) |
| 495 | |
| 496 | def test_ip_dp(self): |
| 497 | gl.fuse(self.OTHER, insertion_point='dp') |
| 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') |
nothing calls this directly
no test coverage detected