Esempio n. 1
0
 def debug(self):
     """Run the test without collecting errors in a TestResult"""
     print('WARNING: Test case is strictly serial in debug mode!')
     TestCase.debug(self)
Esempio n. 2
0
 def debug(self):
     """Run the test without collecting errors in a TestResult"""
     print 'WARNING: Test case is strictly serial in debug mode!'
     TestCase.debug(self)