Searched refs:mock_check_call (Results 1 – 4 of 4) sorted by relevance
410 def testLaunchCVD(self, mock_check_call): argument429 mock_check_call.assert_called_once_with(launch_cvd_cmd,437 def testLaunchCVDTimeout(self, mock_check_call): argument439 mock_check_call.side_effect = subprocess.TimeoutExpired(448 mock_check_call.side_effect = subprocess.CalledProcessError(
58 def test_build_jars(self, mock_check_call): argument61 self.assertTrue(mock_check_call.call)
109 mock_check_call = self.Patch(subprocess, "check_call")120 mock_check_call.assert_called_with(
416 def testDownloadArtifacts(self, mock_check_call): argument439 self.assertEqual(mock_check_call.call_count, 1)