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

Unified Diff: build/android/run_instrumentation_tests.py

Issue 11649008: Reorganize Android's test scripts into packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/tests_annotations.py ('k') | build/android/run_monkey_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_instrumentation_tests.py
diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py
index 3b46cc8e5417f2e70b5bbfd4952baf27bb0fd64a..56ed872b8bed8634019dfae203027a57dcf40e0d 100755
--- a/build/android/run_instrumentation_tests.py
+++ b/build/android/run_instrumentation_tests.py
@@ -11,12 +11,12 @@ import os
import sys
import time
-from pylib import apk_info
from pylib import buildbot_report
from pylib import constants
from pylib import ports
-from pylib import run_java_tests
-from pylib import run_python_tests
+from pylib.host_driven import run_python_tests
+from pylib.instrumentation import apk_info
+from pylib.instrumentation import run_java_tests
from pylib.test_result import TestResults
from pylib.utils import run_tests_helper
from pylib.utils import test_options_parser
« no previous file with comments | « build/android/pylib/tests_annotations.py ('k') | build/android/run_monkey_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698