Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: build/android/pylib/host_driven/test_case.py

Issue 194843003: [Android] Lint the rest of pylib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more linting *.py.svn-base files. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | build/android/pylib/host_driven/test_info_collection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/host_driven/test_case.py
diff --git a/build/android/pylib/host_driven/test_case.py b/build/android/pylib/host_driven/test_case.py
index 5824a6642b2a834572e3626b0ae7fcf5494c4228..42c33a0193dee0e6cc4a2afe7031abbc2d30198d 100644
--- a/build/android/pylib/host_driven/test_case.py
+++ b/build/android/pylib/host_driven/test_case.py
@@ -25,6 +25,7 @@ import os
import time
from pylib import android_commands
+from pylib import constants
from pylib import forwarder
from pylib import valgrind_tools
from pylib.base import base_test_result
@@ -83,7 +84,8 @@ class HostDrivenTestCase(object):
# TODO(craigdh): Remove GetOutDir once references have been removed
# downstream.
- def GetOutDir(self):
+ @staticmethod
+ def GetOutDir():
return constants.GetOutDirectory()
def Run(self):
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | build/android/pylib/host_driven/test_info_collection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698