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

Method __build

gitless/tests/test_e2e.py:456–459  ·  view source on GitHub ↗
(self, branch_name, cids=None)

Source from the content-addressed store, hash-verified

454 self.assertFalse('fuse' in st_out)
455
456 def __build(self, branch_name, cids=None):
457 if not cids:
458 cids = range(self.COMMITS_NUMBER)
459 return [(text(ci), branch_name) for ci in cids]
460
461 def test_basic(self):
462 gl.fuse(self.OTHER)

Callers 14

test_basicMethod · 0.95
test_only_oneMethod · 0.95
test_only_someMethod · 0.95
test_exclude_oneMethod · 0.95
test_exclude_someMethod · 0.95
test_ip_dpMethod · 0.95
test_ip_headMethod · 0.95
test_ip_commitMethod · 0.95
test_conflictsMethod · 0.95
test_conflicts_switchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected