Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util_unittest.py133 def test_build_target_normal(self, mock_copy, mock_check_call): argument
135 mock_copy.return_value = ''
139 self.assertTrue(mock_copy.called)
144 env=mock_copy.return_value,
Dide_util_unittest.py213 def test_apply_optional_config(self, mock_config_path, mock_copy): argument
218 self.assertFalse(mock_copy.called)