Example #1
0
 def addError(self, test, error):
     """Show the log and forward the error."""
     self._show_the_logs()
     TestResultDecorator.addError(self, test, error)
Example #2
0
 def addError(self, test, error):
     """Show the log and forward the error."""
     self._show_the_logs()
     TestResultDecorator.addError(self, test, error)