MCPcopy
hub / github.com/geldata/gel / add_fail_notes

Method add_fail_notes

edb/testbase/server.py:284–287  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

282 return True
283
284 def add_fail_notes(self, **kwargs):
285 if getattr(self, 'fail_notes', None) is None:
286 self.fail_notes = {}
287 self.fail_notes.update(kwargs)
288
289 @contextlib.contextmanager
290 def annotate(self, **kwargs):

Callers 4

annotateMethod · 0.95
assert_query_resultMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by 2