--- a/eric7/UI/UserInterface.py Sat May 14 18:56:52 2022 +0200 +++ b/eric7/UI/UserInterface.py Sun May 15 18:08:31 2022 +0200 @@ -5331,7 +5331,8 @@ self.toolGroups, self.currentToolGroup, self) if dlg.exec() == QDialog.DialogCode.Accepted: self.toolGroups, self.currentToolGroup = dlg.getToolGroups() - + + # TODO: adjust to new unit test framework (without debugger) def __createUnitTestDialog(self): """ Private slot to generate the unit test dialog on demand.