Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dnative_module_info_unittest.py328 def test_load_module_info_file(self, mock_get_json, mock_load, mock_dict, argument
339 mock_dict.return_value = _CC_MODULE_INFO
340 self.assertTrue(mock_dict.called_with(mod_file))
345 mock_dict.reset_mock()
351 self.assertTrue(mock_dict.called_with(mod_file))
356 mock_dict.reset_mock()
364 mock_dict.return_value = _CC_MODULE_INFO
365 self.assertTrue(mock_dict.called_with(mod_file))
370 mock_dict.reset_mock()