diff -r ea3320d5e8e9 -r f7d9c31f0c38 src/eric7/Testing/Interfaces/UnittestRunner.py --- 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: