Searched refs:mock_check_call (Results 1 – 1 of 1) sorted by relevance
133 def test_build_target_normal(self, mock_copy, mock_check_call): argument140 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)