MCPcopy Create free account
hub / github.com/numpy/numpy / report_failure

Method report_failure

tools/refguide_check.py:655–658  ·  view source on GitHub ↗
(self, out, test, example, got)

Source from the content-addressed store, hash-verified

653 self, out, test, example, exc_info)
654
655 def report_failure(self, out, test, example, got):
656 self._report_item_name(out)
657 return doctest.DocTestRunner.report_failure(self, out, test,
658 example, got)
659
660class Checker(doctest.OutputChecker):
661 """

Callers

nothing calls this directly

Calls 1

_report_item_nameMethod · 0.95

Tested by

no test coverage detected