Searched refs:has_test_config (Results 1 – 8 of 8) sorted by relevance
128 self.mod_finder.module_info.has_test_config.return_value = True152 self.mod_finder.module_info.has_test_config.return_value = True176 self.mod_finder.module_info.has_test_config.return_value = True215 self.mod_finder.module_info.has_test_config.return_value = True277 self.mod_finder.module_info.has_test_config.return_value = True319 self.mod_finder.module_info.has_test_config.return_value = True358 self.mod_finder.module_info.has_test_config.return_value = True383 self.mod_finder.module_info.has_test_config.return_value = True422 self.mod_finder.module_info.has_test_config.return_value = True481 self.mod_finder.module_info.has_test_config.return_value = True[all …]
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
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
233 self.assertTrue(mod_info.has_test_config(info))234 self.assertTrue(mod_info.has_test_config({}))238 self.assertTrue(mod_info.has_test_config(info))239 self.assertFalse(mod_info.has_test_config({}))244 self.assertTrue(mod_info.has_test_config(info2))
250 if mod_info.get(constants.MODULE_INSTALLED) and self.has_test_config(mod_info):256 def has_test_config(self, mod_info): member in ModuleInfo
268 mod_info.has_test_config(mock.Mock())300 mod_info.has_test_config(test_data)
238 def has_test_config(self, mod_info): member in NativeModuleInfo