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

Method __assert_untrack_untracked

gitless/tests/test_core.py:305–306  ·  view source on GitHub ↗
(self, *fps)

Source from the content-addressed store, hash-verified

303 self.assertRaisesRegexp(ValueError, msg, self.curr_b.untrack_file, fp)
304
305 def __assert_untrack_untracked(self, *fps):
306 self.__assert_untrack_error('already untracked', *fps)
307
308 @assert_no_side_effects(
309 UNTRACKED_FP, UNTRACKED_FP_WITH_SPACE,

Calls 1

Tested by

no test coverage detected