71 |
71 |
72 return {} |
72 return {} |
73 |
73 |
74 def hasCoverage(self, interpreter): |
74 def hasCoverage(self, interpreter): |
75 """ |
75 """ |
76 Public method to get the test framework version and version information |
76 Public method to check, if the collection of coverage data is available. |
77 of its installed plugins. |
|
78 |
77 |
79 @param interpreter interpreter to be used for the test |
78 @param interpreter interpreter to be used for the test |
80 @type str |
79 @type str |
81 @return flag indicating the availability of coverage functionality |
80 @return flag indicating the availability of coverage functionality |
82 @rtype bool |
81 @rtype bool |