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

Method summary

tests/test-key-value-store.py:116–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 print(f" ✗ {name}: {exc}")
115
116 def summary(self):
117 total = self.passed + self.failed
118 print(f"\n{'='*50}")
119 print(f"Results: {self.passed}/{total} passed")
120 if self.failed:
121 print(f"Failed tests: {self.failed}")
122
123results = TestResult()
124

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected