Searched refs:has_test_config (Results 1 – 8 of 8) sorted by relevance
123 self.mod_finder.module_info.has_test_config.return_value = True156 self.mod_finder.module_info.has_test_config.return_value = True215 self.mod_finder.module_info.has_test_config.return_value = True257 self.mod_finder.module_info.has_test_config.return_value = True295 self.mod_finder.module_info.has_test_config.return_value = True317 self.mod_finder.module_info.has_test_config.return_value = True356 self.mod_finder.module_info.has_test_config.return_value = True406 self.mod_finder.module_info.has_test_config.return_value = True476 self.mod_finder.module_info.has_test_config.return_value = True522 self.mod_finder.module_info.has_test_config.return_value = True
120 self.mod_finder.module_info.has_test_config.return_value = True153 self.mod_finder.module_info.has_test_config.return_value = True212 self.mod_finder.module_info.has_test_config.return_value = True254 self.mod_finder.module_info.has_test_config.return_value = True292 self.mod_finder.module_info.has_test_config.return_value = True314 self.mod_finder.module_info.has_test_config.return_value = True353 self.mod_finder.module_info.has_test_config.return_value = True403 self.mod_finder.module_info.has_test_config.return_value = True473 self.mod_finder.module_info.has_test_config.return_value = True519 self.mod_finder.module_info.has_test_config.return_value = True
217 self.assertTrue(mod_info.has_test_config(info))218 self.assertTrue(mod_info.has_test_config({}))221 self.assertTrue(mod_info.has_test_config(info))222 self.assertFalse(mod_info.has_test_config({}))226 self.assertTrue(mod_info.has_test_config(info2))
221 if mod_info.get(constants.MODULE_INSTALLED) and self.has_test_config(mod_info):227 def has_test_config(self, mod_info): member in ModuleInfo
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))
219 if mod_info.get(constants.MODULE_INSTALLED) and self.has_test_config(mod_info):225 def has_test_config(self, mod_info): member in ModuleInfo
267 mod_info.has_test_config(mock.Mock())299 mod_info.has_test_config(test_data)
238 def has_test_config(self, mod_info): member in NativeModuleInfo