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

Method test_commit_relative

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

Source from the content-addressed store, hash-verified

177 self.__assert_commit(self.TRACKED_FP, self.DIR_TRACKED_FP)
178
179 def test_commit_relative(self):
180 os.chdir(self.DIR)
181 gl.commit(m='msg')
182 self.__assert_commit(self.TRACKED_FP, self.DIR_TRACKED_FP)
183
184 def test_commit_only(self):
185 gl.commit(self.TRACKED_FP, m="msg")

Callers

nothing calls this directly

Calls 1

__assert_commitMethod · 0.95

Tested by

no test coverage detected