src/eric7/Testing/TestingWidget.py

branch
eric7-maintenance
changeset 11019
27cd57e98461
parent 10941
07cad049002c
parent 11006
a671918232f3
child 11118
967a88a16a21
equal deleted inserted replaced
10947:c8df46dd566d 11019:27cd57e98461
1276 Private slot to show the output of the most recent test run. 1276 Private slot to show the output of the most recent test run.
1277 """ 1277 """
1278 from eric7.EricWidgets.EricPlainTextDialog import EricPlainTextDialog 1278 from eric7.EricWidgets.EricPlainTextDialog import EricPlainTextDialog
1279 1279
1280 dlg = EricPlainTextDialog( 1280 dlg = EricPlainTextDialog(
1281 title=self.tr("Test Run Output"), text=self.__recentLog 1281 title=self.tr("Test Run Output"), text=self.__recentLog, parent=self
1282 ) 1282 )
1283 dlg.exec() 1283 dlg.exec()
1284 1284
1285 @pyqtSlot(str) 1285 @pyqtSlot(str)
1286 def __setStatusLabel(self, statusText): 1286 def __setStatusLabel(self, statusText):

eric ide

mercurial