--- a/src/eric7/Testing/TestingWidget.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Testing/TestingWidget.py Sat Apr 20 18:01:36 2024 +0200 @@ -1495,13 +1495,13 @@ ) self.sbLabel.clear() - def __testDiscoveryProcessFinished(self, results, output): # noqa: U100 + def __testDiscoveryProcessFinished(self, _results, output): """ Private slot to handle the 'testFinished' signal of the executor in discovery mode. - @param results list of test result objects (if not sent via the - 'testResult' signal) + @param _results list of test result objects (if not sent via the + 'testResult' signal) (unused) @type list of TestResult @param output string containing the test process output (if any) @type str