src/eric7/Testing/Interfaces/TestExecutorBase.py

branch
eric7-maintenance
changeset 11155
e1843b6efa73
parent 11118
967a88a16a21
parent 11148
15e30f0c76a8
--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py	Sun Feb 09 15:47:57 2025 +0100
+++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py	Sat Mar 01 15:52:40 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