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

Method test_basic

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

Source from the content-addressed store, hash-verified

459 return [(text(ci), branch_name) for ci in cids]
460
461 def test_basic(self):
462 gl.fuse(self.OTHER)
463 self.__assert_history(self.__build(self.OTHER) + self.__build('master'))
464
465 def test_only_errors(self):
466 self.assertRaises(ErrorReturnCode, gl.fuse, self.OTHER, o='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