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

Method fail

tests/test-key-value-store.py:106–109  ·  view source on GitHub ↗
(self, name, expected, actual)

Source from the content-addressed store, hash-verified

104 print(f" ✓ {name}")
105
106 def fail(self, name, expected, actual):
107 self.failed += 1
108 self.errors.append((name, expected, actual))
109 print(f" ✗ {name}: expected {expected!r}, got {actual!r}")
110
111 def error(self, name, exc):
112 self.failed += 1

Callers 11

test_basic_upsert_lookupFunction · 0.80
test_unicode_contentFunction · 0.80
test_special_charactersFunction · 0.80
test_large_valueFunction · 0.80
test_json_valueFunction · 0.80
test_bulk_upsertFunction · 0.80
test_key_not_foundFunction · 0.80
test_transaction_abortFunction · 0.80
test_binary_like_contentFunction · 0.80
test_key_variationsFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected