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 |