Home
last modified time | relevance | path

Searched refs:has_test_config (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/atest/test_finders/
Dmodule_finder_unittest.py420 self.mod_finder.module_info.has_test_config.return_value = True
476 self.mod_finder.module_info.has_test_config.return_value = True
549 self.mod_finder.module_info.has_test_config.return_value = True
610 self.mod_finder.module_info.has_test_config.return_value = True
671 self.mod_finder.module_info.has_test_config.return_value = True
713 self.mod_finder.module_info.has_test_config.return_value = True
759 self.mod_finder.module_info.has_test_config.return_value = True
848 self.mod_finder.module_info.has_test_config.return_value = True
937 self.mod_finder.module_info.has_test_config.return_value = True
999 self.mod_finder.module_info.has_test_config.return_value = True
[all …]
/tools/asuite/aidegen/lib/
Dnative_module_info_unittest.py268 mod_info.has_test_config(mock.Mock())
300 mod_info.has_test_config(test_data)
Dnative_module_info.py239 def has_test_config(self, mod_info): member in NativeModuleInfo
/tools/asuite/atest/
Dmodule_info_unittest.py851 return_value = mod_info.has_test_config(test_module_info)
859 return_value = mod_info.has_test_config(test_module_info)
867 return_value = mod_info.has_test_config(test_module_info)
Dmodule_info.py576 return ModuleInfo.has_test_config(info)
614 def has_test_config(info: Dict[str, Any]) -> bool: member in ModuleInfo