src/eric7/Testing/Interfaces/TestExecutorBase.py

branch
eric7
changeset 10426
1150e67efb5a
parent 10417
c6011e501282
child 10439
21c28b0f9e41
equal deleted inserted replaced
10425:0badf8f80d7c 10426:1150e67efb5a
166 """ 166 """
167 return {} 167 return {}
168 168
169 def hasCoverage(self, interpreter): # noqa: U100 169 def hasCoverage(self, interpreter): # noqa: U100
170 """ 170 """
171 Public method to get the test framework version and version information 171 Public method to check, if the collection of coverage data is available.
172 of its installed plugins.
173 172
174 @param interpreter interpreter to be used for the test 173 @param interpreter interpreter to be used for the test
175 @type str 174 @type str
176 @return flag indicating the availability of coverage functionality 175 @return flag indicating the availability of coverage functionality
177 @rtype bool 176 @rtype bool

eric ide

mercurial