src/eric7/Testing/Interfaces/UnittestRunner.py

branch
eric7
changeset 10404
f7d9c31f0c38
parent 9653
e67609152c5e
child 10405
df7e1694d0eb
--- a/src/eric7/Testing/Interfaces/UnittestRunner.py	Tue Dec 12 09:35:39 2023 +0100
+++ b/src/eric7/Testing/Interfaces/UnittestRunner.py	Tue Dec 12 16:43:51 2023 +0100
@@ -255,7 +255,7 @@
     @type unittest.TestSuite
     @return list of tuples containing the test case ID, the string
         representation and the short description
-    @rtype list of tuples of (str, str)
+    @rtype list of tuples of (str, str, str)
     """
     testCases = []
     for test in suite:

eric ide

mercurial