Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util_unittest.py133 def test_build_target_normal(self, mock_copy, mock_check_call): argument
140 self.assertTrue(mock_check_call.called)
141 mock_check_call.assert_called_with(
147 self.assertTrue(mock_check_call.called)
148 mock_check_call.assert_called_with(cmd, shell=True)