--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py Sat Apr 20 18:01:36 2024 +0200 @@ -158,7 +158,7 @@ Public method to get the test framework version and version information of its installed plugins. - @param interpreter interpreter to be used for the test + @param interpreter interpreter to be used for the test (unused) @type str @return dictionary containing the framework name and version and the list of available plugins with name and version each @@ -170,7 +170,7 @@ """ Public method to check, if the collection of coverage data is available. - @param interpreter interpreter to be used for the test + @param interpreter interpreter to be used for the test (unused) @type str @return flag indicating the availability of coverage functionality @rtype bool @@ -182,7 +182,7 @@ Public method to indicate the support for test filtering using test name patterns or a test name pattern expression. - @param interpreter interpreter to be used for the test + @param interpreter interpreter to be used for the test (unused) @type str @return flag indicating support of markers @rtype bool @@ -194,7 +194,7 @@ Public method to indicate the support for test filtering using markers and/or marker expressions. - @param interpreter interpreter to be used for the test + @param interpreter interpreter to be used for the test (unused) @type str @return flag indicating support of markers @rtype bool @@ -205,7 +205,7 @@ """ Public method to get the list of defined markers. - @param interpreter interpreter to be used for the test + @param interpreter interpreter to be used for the test (unused) @type str @param workdir name of the working directory @type str