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

Method test_commit

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

Source from the content-addressed store, hash-verified

173 gl.track(self.TRACKED_FP, self.DIR_TRACKED_FP)
174
175 def test_commit(self):
176 gl.commit(m='msg')
177 self.__assert_commit(self.TRACKED_FP, self.DIR_TRACKED_FP)
178
179 def test_commit_relative(self):
180 os.chdir(self.DIR)

Callers

nothing calls this directly

Calls 1

__assert_commitMethod · 0.95

Tested by

no test coverage detected