MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / addFailure

Method addFailure

seleniumbase/plugins/base_plugin.py:336–337  ·  view source on GitHub ↗
(self, test, err, capt=None, tbinfo=None)

Source from the content-addressed store, hash-verified

334 )
335
336 def addFailure(self, test, err, capt=None, tbinfo=None):
337 self.add_fails_or_errors(test, err)
338
339 def addError(self, test, err, capt=None):
340 """Since Skip, Blocked, and Deprecated are all technically errors,

Callers 1

runMethod · 0.45

Calls 1

add_fails_or_errorsMethod · 0.95

Tested by

no test coverage detected