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

Unified Diff: build/android/pylib/remote/device/remote_device_instrumentation_test_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_instrumentation_test_run.py
diff --git a/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py b/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
index 1af7a8f5daf8f5bd4cae2a9fb9b50a7715ea8948..1057970cdfc0095a3407ec993fc165f590a67165 100644
--- a/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
+++ b/build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
@@ -8,8 +8,6 @@ import logging
import os
import tempfile
-from devil.android import apk_helper
-from pylib import constants
from pylib.base import base_test_result
from pylib.remote.device import remote_device_test_run
@@ -27,6 +25,7 @@ class RemoteDeviceInstrumentationTestRun(
"""Set up the triggering of a test run."""
logging.info('Triggering test run.')
+ # pylint: disable=protected-access
with tempfile.NamedTemporaryFile(suffix='.txt') as test_list_file:
tests = self._test_instance.GetTests()
logging.debug('preparing to run %d instrumentation tests remotely:',

Powered by Google App Engine
This is Rietveld 408576698