src/eric7/Testing/Interfaces/PytestExecutor.py

branch
eric7
changeset 10426
1150e67efb5a
parent 10415
af9a6dac2611
child 10439
21c28b0f9e41
equal deleted inserted replaced
10425:0badf8f80d7c 10426:1150e67efb5a
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

eric ide

mercurial