Added code to sort the list of discovered test cases in ascending order after the discovery run . eric7

Wed, 20 Dec 2023 10:02:19 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Dec 2023 10:02:19 +0100
branch
eric7
changeset 10424
1a64ad8acf9d
parent 10423
299802979277
child 10425
0badf8f80d7c

Added code to sort the list of discovered test cases in ascending order after the discovery run .

src/eric7/Testing/TestingWidget.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Testing/TestingWidget.py	Tue Dec 19 19:57:08 2023 +0100
+++ b/src/eric7/Testing/TestingWidget.py	Wed Dec 20 10:02:19 2023 +0100
@@ -1476,6 +1476,7 @@
         @type str
         """
         self.__recentLog = output
+        self.discoveryList.sortItems(0, Qt.SortOrder.AscendingOrder)
 
         self.__setIdleMode()
 

eric ide

mercurial