MCPcopy Create free account
hub / github.com/cosdata/cosdata / error

Method error

tests/test-key-value-store.py:111–114  ·  view source on GitHub ↗
(self, name, exc)

Source from the content-addressed store, hash-verified

109 print(f" ✗ {name}: expected {expected!r}, got {actual!r}")
110
111 def error(self, name, exc):
112 self.failed += 1
113 self.errors.append((name, "no error", str(exc)))
114 print(f" ✗ {name}: {exc}")
115
116 def summary(self):
117 total = self.passed + self.failed

Callers 2

test_large_valueFunction · 0.80
mainFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected