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

Method test_ff

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

Source from the content-addressed store, hash-verified

603 self.OTHER, '-e', *self.commits[self.OTHER])
604
605 def test_ff(self):
606 gl.branch(c='tmp', divergent_point='HEAD~2')
607 gl.switch('tmp')
608
609 gl.fuse('master')
610 self.__assert_history(self.__build('master'))
611
612 def test_ff_ip_head(self):
613 gl.branch(c='tmp', divergent_point='HEAD~2')

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected