eric7/UI/UserInterface.py

branch
unittest
changeset 9064
339bb8c8007d
parent 9039
3c8aa997bad8
child 9065
39405e6eba20
--- 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.

eric ide

mercurial