MCPcopy
hub / github.com/aptly-dev/aptly / check_equal

Method check_equal

system/lib.py:467–469  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

465 raise Exception("file %s is empty" % (path, ))
466
467 def check_equal(self, a, b):
468 if a != b:
469 self.verify_match(a, b, match_prepare=pprint.pformat)
470
471 def check_ge(self, a, b):
472 if not a >= b:

Callers 15

post_taskMethod · 0.80
check_taskMethod · 0.80
check_task_failMethod · 0.80
put_taskMethod · 0.80
delete_taskMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80

Calls 1

verify_matchMethod · 0.95

Tested by

no test coverage detected