2519 self.tr('&Testing...'), |
2519 self.tr('&Testing...'), |
2520 0, 0, self.testingActGrp, 'unittest') |
2520 0, 0, self.testingActGrp, 'unittest') |
2521 self.testingDialogAct.setStatusTip(self.tr('Start the testing dialog')) |
2521 self.testingDialogAct.setStatusTip(self.tr('Start the testing dialog')) |
2522 self.testingDialogAct.setWhatsThis(self.tr( |
2522 self.testingDialogAct.setWhatsThis(self.tr( |
2523 """<b>Testing</b>""" |
2523 """<b>Testing</b>""" |
2524 """<p>Perform test runss. The dialog gives the""" |
2524 """<p>Perform test runs. The dialog gives the""" |
2525 """ ability to select and run a test suite or""" |
2525 """ ability to select and run a test suite or""" |
2526 """auto discover them.</p>""" |
2526 """ auto discover them.</p>""" |
2527 )) |
2527 )) |
2528 self.testingDialogAct.triggered.connect(self.__startTesting) |
2528 self.testingDialogAct.triggered.connect(self.__startTesting) |
2529 self.actions.append(self.testingDialogAct) |
2529 self.actions.append(self.testingDialogAct) |
2530 |
2530 |
2531 self.restartTestAct = EricAction( |
2531 self.restartTestAct = EricAction( |