src/eric7/Testing/Interfaces/UnittestExecutor.py

branch
eric7
changeset 10069
435cc5875135
parent 10050
3750abc45d5e
child 10079
0222a480e93d
child 10404
f7d9c31f0c38
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Testing/Interfaces/UnittestExecutor.py
--- a/src/eric7/Testing/Interfaces/UnittestExecutor.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Testing/Interfaces/UnittestExecutor.py	Thu May 25 19:51:47 2023 +0200
@@ -80,7 +80,7 @@
 
         return {}
 
-    def hasCoverage(self, interpreter):
+    def hasCoverage(self, interpreter):  # noqa: U100
         """
         Public method to get the test framework version and version information
         of its installed plugins.
@@ -92,7 +92,7 @@
         """
         return True
 
-    def supportsPatterns(self, interpreter):
+    def supportsPatterns(self, interpreter):  # noqa: U100
         """
         Public method to indicate the support for test filtering using test name
         patterns or a test name pattern expression.

eric ide

mercurial