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

Unified Diff: build/android/pylib/host_driven/python_test_base.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
Index: build/android/pylib/host_driven/python_test_base.py
diff --git a/build/android/pylib/python_test_base.py b/build/android/pylib/host_driven/python_test_base.py
similarity index 96%
rename from build/android/pylib/python_test_base.py
rename to build/android/pylib/host_driven/python_test_base.py
index d2cdfb09321051549eb1662c42f00bd8f796c9c2..11c907cb0c67654d5a2079c14e1225735ca95959 100644
--- a/build/android/pylib/python_test_base.py
+++ b/build/android/pylib/host_driven/python_test_base.py
@@ -23,10 +23,10 @@ import logging
import os
import time
-import android_commands
-import apk_info
-from run_java_tests import TestRunner
-from test_result import SingleTestResult, TestResults
+from pylib import android_commands
+from pylib.instrumentation import apk_info
+from pylib.instrumentation.run_java_tests import TestRunner
+from pylib.test_result import SingleTestResult, TestResults
# aka the parent of com.google.android
« no previous file with comments | « build/android/pylib/host_driven/java_unittest_utils.py ('k') | build/android/pylib/host_driven/python_test_caller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698