Searched refs:has_test_config (Results 1 – 3 of 3) sorted by relevance
108 self.mod_finder.module_info.has_test_config.return_value = True137 self.mod_finder.module_info.has_test_config.return_value = True190 self.mod_finder.module_info.has_test_config.return_value = True229 self.mod_finder.module_info.has_test_config.return_value = True260 self.mod_finder.module_info.has_test_config.return_value = True294 self.mod_finder.module_info.has_test_config.return_value = True336 self.mod_finder.module_info.has_test_config.return_value = True399 self.mod_finder.module_info.has_test_config.return_value = True438 self.mod_finder.module_info.has_test_config.return_value = True
211 self.assertTrue(mod_info.has_test_config(info))212 self.assertTrue(mod_info.has_test_config({}))215 self.assertTrue(mod_info.has_test_config(info))216 self.assertFalse(mod_info.has_test_config({}))220 self.assertTrue(mod_info.has_test_config(info2))
208 if mod_info.get(constants.MODULE_INSTALLED) and self.has_test_config(mod_info):214 def has_test_config(self, mod_info): member in ModuleInfo