--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py Wed Dec 20 10:47:17 2023 +0100 +++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py Wed Dec 20 10:49:45 2023 +0100 @@ -168,8 +168,7 @@ def hasCoverage(self, interpreter): # noqa: U100 """ - Public method to get the test framework version and version information - of its installed plugins. + Public method to check, if the collection of coverage data is available. @param interpreter interpreter to be used for the test @type str