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