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

Unified Diff: build/android/pylib/remote/device/remote_device_gtest_run.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix appurify_sanitized import-errors Created 5 years, 3 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
Index: build/android/pylib/remote/device/remote_device_gtest_run.py
diff --git a/build/android/pylib/remote/device/remote_device_gtest_run.py b/build/android/pylib/remote/device/remote_device_gtest_run.py
index b16031a7f3945a75a62356644bc524505daa26ea..6a98fc9bf3de82359a45cff19390f3d4dba34316 100644
--- a/build/android/pylib/remote/device/remote_device_gtest_run.py
+++ b/build/android/pylib/remote/device/remote_device_gtest_run.py
@@ -11,7 +11,6 @@ import tempfile
from pylib import constants
from pylib.base import base_test_result
from pylib.remote.device import remote_device_test_run
-from pylib.remote.device import remote_device_helper
_EXTRA_COMMAND_LINE_FILE = (
@@ -46,6 +45,8 @@ class RemoteDeviceGtestTestRun(remote_device_test_run.RemoteDeviceTestRun):
dummy_app_path = os.path.join(
constants.GetOutDirectory(), 'apks', 'remote_device_dummy.apk')
+
+ # pylint: disable=protected-access
with tempfile.NamedTemporaryFile(suffix='.flags.txt') as flag_file:
env_vars = {}
filter_string = self._test_instance._GenerateDisabledFilterString(None)

Powered by Google App Engine
This is Rietveld 408576698