src/eric7/Testing/Interfaces/TestExecutorBase.py

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10460
3b34efa2857c
parent 10683
779cda568acb
child 11118
967a88a16a21
--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py	Tue Apr 02 10:13:41 2024 +0200
+++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py	Wed Apr 24 10:14:16 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

eric ide

mercurial