Searched refs:mock_log (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | module_info_util_unittest.py | 84 mock_log, mock_time): argument 93 self.assertTrue(mock_log.called) 105 mock_log, mock_time, mock_build, argument 118 self.assertTrue(mock_log.called) 123 self.assertTrue(mock_log.called_with(action_pass)) 136 mock_log, mock_time, mock_build, argument 153 self.assertTrue(mock_log.called) 167 mock_log, mock_time, mock_build, argument 183 self.assertTrue(mock_log.called) 195 def test_of_build_bp_info_reuse_pass(self, mock_json, mock_isfile, mock_log, argument [all …]
|
D | project_info_unittest.py | 322 def test_batch_build_dependencies(self, mock_log, mock_sep, mock_build): argument 326 self.assertTrue(mock_log.called)
|
D | source_locator_unittest.py | 45 mock_check_key, mock_get_src, mock_log, argument 61 self.assertTrue(mock_log.called)
|
D | ide_util_unittest.py | 380 def test_ide_base(self, mock_log, mock_run_ide, mock_run_path): argument 400 self.assertTrue(mock_log.called)
|