MCPcopy
hub / github.com/gitless-vcs/gitless / __assert_untrack_ignored

Method __assert_untrack_ignored

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

Source from the content-addressed store, hash-verified

339 NONEXISTENT_FP, NONEXISTENT_FP_WITH_SPACE)
340
341 def __assert_untrack_ignored(self, *fps):
342 self.__assert_untrack_error('is ignored', *fps)
343
344 @assert_no_side_effects(IGNORED_FP, IGNORED_FP_WITH_SPACE)
345 def test_untrack_ignored(self):

Callers 1

test_untrack_ignoredMethod · 0.95

Calls 1

Tested by

no test coverage detected