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

Method test_exclude_one

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

Source from the content-addressed store, hash-verified

483 ErrorReturnCode, gl.fuse, self.OTHER, e=self.commits['master'][1])
484
485 def test_exclude_one(self):
486 last_ci = self.COMMITS_NUMBER - 1
487 gl.fuse(self.OTHER, e=self.commits[self.OTHER][last_ci])
488 self.__assert_history(
489 self.__build(self.OTHER, range(0, last_ci)) + self.__build('master'))
490
491 def test_exclude_some(self):
492 gl.fuse(self.OTHER, '-e', self.commits[self.OTHER][1:])

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected