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

Method test_ip_dp

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected