diff -r 39405e6eba20 -r a219ade50f7c eric7/Tools/TrayStarter.py --- a/eric7/Tools/TrayStarter.py Mon May 16 17:22:43 2022 +0200 +++ b/eric7/Tools/TrayStarter.py Mon May 16 19:46:51 2022 +0200 @@ -106,7 +106,7 @@ self.tr("Translations Previewer"), self.__startTRPreviewer) self.__menu.addAction( UI.PixmapCache.getIcon("unittest"), - self.tr("Unittest"), self.__startUnittest) + self.tr("Testing"), self.__startTesting) self.__menu.addSeparator() self.__menu.addAction( @@ -369,11 +369,11 @@ """ self.__startProc("eric7_trpreviewer.py") - def __startUnittest(self): + def __startTesting(self): """ - Private slot to start the eric unittest dialog. + Private slot to start the eric testing dialog. """ - self.__startProc("eric7_unittest.py") + self.__startProc("eric7_testing.py") def __startDiff(self): """