MCPcopy Create free account
hub / github.com/PostHog/duckgres / fail

Method fail

scripts/client-compat/clients/pgadmin/test_pgadmin.py:81–85  ·  view source on GitHub ↗
(self, name, reason)

Source from the content-addressed store, hash-verified

79 self.rc.report(self.current_suite, name, "pass", detail)
80
81 def fail(self, name, reason):
82 self.failed += 1
83 self.errors.append((name, reason))
84 print(f" FAIL {name}: {reason}")
85 self.rc.report(self.current_suite, name, "fail", reason)
86
87
88def test_shared_queries(r):

Callers 2

test_shared_queriesFunction · 0.45

Calls 1

reportMethod · 0.45

Tested by

no test coverage detected