src/eric7/Testing/Interfaces/UnittestExecutor.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10694
f46c1e224e8a
child 10928
46651e194fbe
diff -r 47be220abdaf -r 779cda568acb src/eric7/Testing/Interfaces/UnittestExecutor.py
--- a/src/eric7/Testing/Interfaces/UnittestExecutor.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Testing/Interfaces/UnittestExecutor.py	Sat Apr 20 18:01:36 2024 +0200
@@ -80,7 +80,7 @@
 
         return {}
 
-    def hasCoverage(self, interpreter):  # noqa: U100
+    def hasCoverage(self, interpreter):
         """
         Public method to check, if the collection of coverage data is available.
 
@@ -96,12 +96,12 @@
 
         return False
 
-    def supportsPatterns(self, interpreter):  # noqa: U100
+    def supportsPatterns(self, _interpreter):
         """
         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

eric ide

mercurial