Searched refs:mock_chroot_command (Results 1 – 2 of 2) sorted by relevance
25 def testSucceedsToGetChrootEbuildPathForPackage(self, mock_chroot_command): argument30 mock_chroot_command.return_value = package_chroot_path39 mock_chroot_command.assert_called_once()
75 def testGetStatusFromCrosBuildResult(self, mock_chroot_command): argument85 mock_chroot_command.return_value = json.dumps(tryjob_contents)100 mock_chroot_command.assert_called_once_with(chroot_path, expected_cmd)