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

Method test_untrack_ignored

gitless/tests/test_core.py:345–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

343
344 @assert_no_side_effects(IGNORED_FP, IGNORED_FP_WITH_SPACE)
345 def test_untrack_ignored(self):
346 self.__assert_untrack_ignored(IGNORED_FP, IGNORED_FP_WITH_SPACE)
347
348
349class TestFileCheckout(TestFile):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected