MCPcopy Create free account
hub / github.com/ipython/ipython / addError

Function addError

IPython/testing/iptest.py:90–93  ·  view source on GitHub ↗
(self, test, err, capt=None)

Source from the content-addressed store, hash-verified

88 KnownFailureTest = type(e)
89
90 def addError(self, test, err, capt=None):
91 if issubclass(err[0], KnownFailureTest):
92 err = (SkipTest,) + err[1:]
93 return self.orig_addError(test, err, capt)
94
95 Xunit.orig_addError = Xunit.addError
96 Xunit.addError = addError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected