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

Method test_commit_only

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

Source from the content-addressed store, hash-verified

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")
186 self.__assert_commit(self.TRACKED_FP)
187
188 def test_commit_only_relative(self):
189 os.chdir(self.DIR)

Callers

nothing calls this directly

Calls 1

__assert_commitMethod · 0.95

Tested by

no test coverage detected