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

Method test_commit_include

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

Source from the content-addressed store, hash-verified

202 self.__assert_commit(self.UNTRACKED_FP)
203
204 def test_commit_include(self):
205 gl.commit("-m='msg'", include=self.UNTRACKED_FP)
206 self.__assert_commit(
207 self.TRACKED_FP, self.DIR_TRACKED_FP, self.UNTRACKED_FP)
208
209 def test_commit_exclude_include(self):
210 gl.commit("-m='msg'", include=self.UNTRACKED_FP, exclude=self.TRACKED_FP)

Callers

nothing calls this directly

Calls 1

__assert_commitMethod · 0.95

Tested by

no test coverage detected