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

Method __assert_resolve_fp

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

Source from the content-addressed store, hash-verified

727 ValueError, 'no conflicts', self.curr_b.resolve_file, TRACKED_FP)
728
729 def __assert_resolve_fp(self, *fps):
730 for fp in fps:
731 self.curr_b.resolve_file(fp)
732 st = self.curr_b.status_file(fp)
733 self.assertFalse(st.in_conflict)
734
735 @assert_contents_unchanged(FP_IN_CONFLICT, DIR_FP_IN_CONFLICT)
736 def test_resolve_fp_with_conflicts(self):

Callers 2

test_resolve_relativeMethod · 0.95

Calls 2

resolve_fileMethod · 0.80
status_fileMethod · 0.80

Tested by

no test coverage detected