eric7/UI/UserInterface.py

branch
eric7
changeset 9081
2bbbc95972bf
parent 9078
44d1d68096b6
child 9087
21148b6f9d90
equal deleted inserted replaced
9080:4cadd6b03e82 9081:2bbbc95972bf
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(

eric ide

mercurial