MCPcopy Create free account
hub / github.com/gitless-vcs/gitless / test_checkout_nonexistent

Method test_checkout_nonexistent

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

Source from the content-addressed store, hash-verified

427 UNTRACKED_DIR_DIR_FP, UNTRACKED_DIR_DIR_FP_WITH_SPACE, cp='HEAD^1')
428
429 def test_checkout_nonexistent(self):
430 self.__assert_checkout_error(NONEXISTENT_FP, NONEXISTENT_FP_WITH_SPACE)
431
432
433class TestFileStatus(TestFile):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected