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

Method test_checkout_uncommitted

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

Source from the content-addressed store, hash-verified

417 UNTRACKED_DIR_FP, UNTRACKED_DIR_FP_WITH_SPACE,
418 UNTRACKED_DIR_DIR_FP, UNTRACKED_DIR_DIR_FP_WITH_SPACE)
419 def test_checkout_uncommitted(self):
420 self.__assert_checkout_error(
421 UNTRACKED_FP, UNTRACKED_FP_WITH_SPACE,
422 UNTRACKED_DIR_FP, UNTRACKED_DIR_FP_WITH_SPACE,
423 UNTRACKED_DIR_DIR_FP, UNTRACKED_DIR_DIR_FP_WITH_SPACE)
424 self.__assert_checkout_error(
425 UNTRACKED_FP, UNTRACKED_FP_WITH_SPACE,
426 UNTRACKED_DIR_FP, UNTRACKED_DIR_FP_WITH_SPACE,
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)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected