aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_buildid_test.py
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@chromium.org>2016-07-29 14:49:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-29 17:28:55 -0700
commit34da9b80e2858b6ed6f76c9a23be6ce7df580ace (patch)
tree3d8ccb40ef147bfaee6c8758219421df89275a4a /crosperf/download_images_buildid_test.py
parenta4effef8ac1f221419ced5833c01a6d9f6f26d5f (diff)
downloadtoolchain-utils-34da9b80e2858b6ed6f76c9a23be6ce7df580ace.tar.gz
toolchain-utils: fix *-docstring-* lint errors.
BUG=chromium:632109 TEST='./run_tests.py passes' Change-Id: I008ad5784bf58fdf58c92f7246862a8e141b4cb0 Reviewed-on: https://chrome-internal-review.googlesource.com/272173 Commit-Ready: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'crosperf/download_images_buildid_test.py')
-rwxr-xr-xcrosperf/download_images_buildid_test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/crosperf/download_images_buildid_test.py b/crosperf/download_images_buildid_test.py
index 6069e9ba..469c0718 100755
--- a/crosperf/download_images_buildid_test.py
+++ b/crosperf/download_images_buildid_test.py
@@ -1,6 +1,7 @@
#!/usr/bin/python2
#
# Copyright 2014 Google Inc. All Rights Reserved
+"""Test translation of xbuddy names."""
from __future__ import print_function
@@ -18,6 +19,7 @@ import download_images
class ImageDownloaderBuildIDTest(object):
+ """Test translation of xbuddy names."""
def __init__(self):
parser = optparse.OptionParser()
@@ -84,8 +86,7 @@ class ImageDownloaderBuildIDTest(object):
self.tests_passed = self.tests_passed + 1
def test_get_build_id(self):
- """Test that the actual translating of xbuddy names is working properly.
- """
+ """Test that the actual translating of xbuddy names is working properly."""
downloader = download_images.ImageDownloader(log_level='quiet')
self.test_one_id(downloader, 'remote/lumpy/latest-dev', 'lumpy-release/R',