Searched refs:mock_subp_check_output (Results 1 – 1 of 1) sorted by relevance
332 def testUnlockWithZipArchive(self, mock_subp_check_output): argument334 mock_subp_check_output.side_effect = makeFastbootCommandFake(self)336 self.assertNotEqual(mock_subp_check_output.call_count, 0)339 def testUnlockDeviceBySerial(self, mock_subp_check_output): argument342 mock_subp_check_output.side_effect = makeFastbootCommandFake(345 self.assertNotEqual(mock_subp_check_output.call_count, 0)348 def testUnlockWithIndividualFiles(self, mock_subp_check_output): argument349 mock_subp_check_output.side_effect = makeFastbootCommandFake(self)355 self.assertNotEqual(mock_subp_check_output.call_count, 0)358 def testFastbootError(self, mock_subp_check_output): argument[all …]