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

Method test_ip_commit

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

Source from the content-addressed store, hash-verified

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():

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected