MCPcopy
hub / github.com/gitless-vcs/gitless / test_ip_head

Method test_ip_head

gitless/tests/test_e2e.py:500–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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])

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected