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

Method test_commit_exclude_include

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

Source from the content-addressed store, hash-verified

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)
211 self.__assert_commit(self.UNTRACKED_FP, self.DIR_TRACKED_FP)
212
213 def test_commit_no_files(self):
214 self.assertRaises(

Callers

nothing calls this directly

Calls 1

__assert_commitMethod · 0.95

Tested by

no test coverage detected