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

Method test_commit_only_untrack

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

Source from the content-addressed store, hash-verified

192 self.__assert_commit(self.TRACKED_FP)
193
194 def test_commit_only_untrack(self):
195 gl.commit("-m='msg'", self.UNTRACKED_FP)
196 self.__assert_commit(self.UNTRACKED_FP)
197
198 def test_commit_only_untrack_relative(self):
199 os.chdir(self.DIR)

Callers

nothing calls this directly

Calls 1

__assert_commitMethod · 0.95

Tested by

no test coverage detected