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

Unified Diff: build/android/pylib/instrumentation/run_java_tests.py

Issue 11879031: [Android] Move base tests classes to pylib/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 7 years, 11 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/host_driven/run_python_tests.py ('k') | build/android/pylib/sharded_tests_queue.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/instrumentation/run_java_tests.py
diff --git a/build/android/pylib/instrumentation/run_java_tests.py b/build/android/pylib/instrumentation/run_java_tests.py
index 34ce733a67544cb2b0548721f8396ea61d44a97a..d5217008b4f28f9d2cc4daa96441130898981e2f 100644
--- a/build/android/pylib/instrumentation/run_java_tests.py
+++ b/build/android/pylib/instrumentation/run_java_tests.py
@@ -15,15 +15,15 @@ import time
from pylib import android_commands
from pylib import cmd_helper
from pylib import constants
-from pylib import sharded_tests_queue
from pylib import valgrind_tools
from pylib.android_commands import errors
-from pylib.base_test_runner import BaseTestRunner
-from pylib.base_test_sharder import BaseTestSharder, SetTestsContainer
+from pylib.base import sharded_tests_queue
+from pylib.base.base_test_runner import BaseTestRunner
+from pylib.base.base_test_sharder import BaseTestSharder, SetTestsContainer
+from pylib.base.test_result import SingleTestResult, TestResults
from pylib.forwarder import Forwarder
from pylib.json_perf_parser import GetAverageRunInfoFromJSONString
from pylib.perf_tests_helper import PrintPerfResult
-from pylib.test_result import SingleTestResult, TestResults
import apk_info
« no previous file with comments | « build/android/pylib/host_driven/run_python_tests.py ('k') | build/android/pylib/sharded_tests_queue.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698