aboutsummaryrefslogtreecommitdiff
path: root/crosperf/config_unittest.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-04-14 09:19:02 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-14 19:01:50 +0000
commiteddb06396dc17fcec418c3aadc234f737b63c876 (patch)
tree73cc836f4d6faf44b3a682fc5dec45599605d0ee /crosperf/config_unittest.py
parenteabfd367c30c20ecdf0adb1f0281fc02dca10102 (diff)
downloadtoolchain-utils-eddb06396dc17fcec418c3aadc234f737b63c876.tar.gz
[crosperf] Fix more lint errors.
BUG=chromium:567921 Test=Tested in my directory. Change-Id: Ibe128dd030887e0372380fb8f95a5e37ee63feeb Reviewed-on: https://chrome-internal-review.googlesource.com/255303 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'crosperf/config_unittest.py')
-rwxr-xr-xcrosperf/config_unittest.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/crosperf/config_unittest.py b/crosperf/config_unittest.py
index 397f2c2c..b632055e 100755
--- a/crosperf/config_unittest.py
+++ b/crosperf/config_unittest.py
@@ -1,6 +1,9 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright 2014 Google Inc. All Rights Reserved.
+"""Unit tests for config.py"""
+
+from __future__ import print_function
import config
@@ -8,6 +11,7 @@ import unittest
class ConfigTestCase(unittest.TestCase):
+ """Class for the config unit tests."""
def test_config(self):
# Verify that config exists, that it's a dictionary, and that it's