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

Method test_checkout_head

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

Source from the content-addressed store, hash-verified

361 TRACKED_DIR_FP, TRACKED_DIR_FP_WITH_SPACE,
362 TRACKED_DIR_DIR_FP, TRACKED_DIR_DIR_FP_WITH_SPACE)
363 def test_checkout_head(self):
364 self.__assert_checkout_head(
365 TRACKED_FP, TRACKED_FP_WITH_SPACE,
366 TRACKED_DIR_FP, TRACKED_DIR_FP_WITH_SPACE,
367 TRACKED_DIR_DIR_FP, TRACKED_DIR_DIR_FP_WITH_SPACE)
368
369 @assert_no_side_effects(
370 TRACKED_FP, TRACKED_FP_WITH_SPACE,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected