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

Method __assert_field

gitless/tests/test_core.py:559–563  ·  view source on GitHub ↗
(self, fp, field, expected, got)

Source from the content-addressed store, hash-verified

557 fp, expected, got))
558
559 def __assert_field(self, fp, field, expected, got):
560 self.assertEqual(
561 expected, got,
562 'Incorrect status for {0}: expected {1}={2}, got {3}={4}'.format(
563 fp, field, expected, field, got))
564
565
566class TestFileDiff(TestFile):

Callers 1

test_status_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected