src/eric7/Testing/Interfaces/TestExecutorBase.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11155
e1843b6efa73
--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py	Mon Feb 24 15:43:49 2025 +0100
@@ -153,7 +153,7 @@
 
         return False
 
-    def getVersions(self, interpreter):  # noqa: U100
+    def getVersions(self, interpreter):  # noqa: U-100
         """
         Public method to get the test framework version and version information
         of its installed plugins.
@@ -166,7 +166,7 @@
         """
         return {}
 
-    def hasCoverage(self, interpreter):  # noqa: U100
+    def hasCoverage(self, interpreter):  # noqa: U-100
         """
         Public method to check, if the collection of coverage data is available.
 
@@ -177,7 +177,7 @@
         """
         return False
 
-    def supportsPatterns(self, interpreter):  # noqa: U100
+    def supportsPatterns(self, interpreter):  # noqa: U-100
         """
         Public method to indicate the support for test filtering using test name
         patterns or a test name pattern expression.
@@ -189,7 +189,7 @@
         """
         return False
 
-    def supportsMarkers(self, interpreter):  # noqa: U100
+    def supportsMarkers(self, interpreter):  # noqa: U-100
         """
         Public method to indicate the support for test filtering using markers and/or
         marker expressions.
@@ -201,7 +201,7 @@
         """
         return False
 
-    def getMarkers(self, interpreter, workdir):  # noqa: U100
+    def getMarkers(self, interpreter, workdir):  # noqa: U-100
         """
         Public method to get the list of defined markers.
 

eric ide

mercurial