示例#1
0
 def report(self, obj):
     """Write the object state into the test report."""
     JournalLogger.store_or_log(obj)
示例#2
0
 def report(self, obj, **kwargs):
     """Write the object state into the test report."""
     JournalLogger.store_or_log(obj, levelno=logging.DEBUG, **kwargs)
示例#3
0
 def report(self, obj, **kwargs):
   """Write the object state into the test report."""
   JournalLogger.store_or_log(obj, levelno=logging.DEBUG, **kwargs)