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

Method test_exclude_some

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

Source from the content-addressed store, hash-verified

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:])
493 self.__assert_history(
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')

Callers

nothing calls this directly

Calls 3

__assert_historyMethod · 0.95
__buildMethod · 0.95
fuseMethod · 0.80

Tested by

no test coverage detected