MCPcopy Index your code
hub / github.com/gitless-vcs/gitless / test_only_some

Method test_only_some

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

Source from the content-addressed store, hash-verified

473 self.__build(self.OTHER, cids=[0]) + self.__build('master'))
474
475 def test_only_some(self):
476 gl.fuse(self.OTHER, '-o', self.commits[self.OTHER][:2])
477 self.__assert_history(
478 self.__build(self.OTHER, [0, 1]) + self.__build('master'))
479
480 def test_exclude_errors(self):
481 self.assertRaises(ErrorReturnCode, gl.fuse, self.OTHER, e='non-existent-id')

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected