Searched refs:catchbreak (Results 1 – 4 of 4) sorted by relevance
70 failfast = catchbreak = buffer = progName = None74 exit=True, verbosity=1, failfast=None, catchbreak=None, argument87 self.catchbreak = catchbreak104 if self.catchbreak != False:132 if self.catchbreak is None:133 self.catchbreak = True172 if self.catchbreak != False:198 if self.catchbreak is None:199 self.catchbreak = options.catchbreak214 if self.catchbreak:
200 def __init__(self, catchbreak): argument204 self.catchbreak = catchbreak
291 self.assertFalse(program.catchbreak)301 self.assertTrue(program.catchbreak)
246 program.catchbreak = True