Searched refs:mock_chroot_command (Results 1 – 2 of 2) sorted by relevance
201 def testGetBuildResult(self, mock_chroot_command): argument205 mock_chroot_command.return_value = json.dumps(tryjob_contents)213 mock_chroot_command.assert_called_once_with(228 def testGetBuildResultPassedWithUnstartedTryjob(self, mock_chroot_command): argument231 mock_chroot_command.side_effect = subprocess.CalledProcessError(235 mock_chroot_command.assert_called_once_with(251 self, mock_chroot_command argument257 mock_chroot_command.return_value = json.dumps(tryjob_contents)270 mock_chroot_command.assert_called_once_with(
23 def testSucceedsToGetChrootEbuildPathForPackage(self, mock_chroot_command): argument28 mock_chroot_command.return_value = package_chroot_path38 mock_chroot_command.assert_called_once()