(self, path, context)
| 896 | return self.config |
| 897 | |
| 898 | def GetBuildRequirements(self, path, context): |
| 899 | return self.GetConfiguration(context).GetBuildRequirements() |
| 900 | |
| 901 | def AddTestsToList(self, result, current_path, path, context, arch, mode): |
| 902 | tests = self.GetConfiguration(context).ListTests(current_path, path, |
no test coverage detected