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

Unified Diff: build/android/pylib/base/base_test_runner.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/base/__init__.py ('k') | build/android/pylib/base/base_test_sharder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/base_test_runner.py
diff --git a/build/android/pylib/base_test_runner.py b/build/android/pylib/base/base_test_runner.py
similarity index 95%
rename from build/android/pylib/base_test_runner.py
rename to build/android/pylib/base/base_test_runner.py
index 5355633282658f15820e5890e704b89b67419f42..7ef438b4d789fdc2316cd73cd2b71703bfa8cf6d 100644
--- a/build/android/pylib/base_test_runner.py
+++ b/build/android/pylib/base/base_test_runner.py
@@ -9,15 +9,15 @@ import os
import tempfile
import time
-import android_commands
-import constants
-from chrome_test_server_spawner import SpawningServer
-import constants
-from flag_changer import FlagChanger
-from forwarder import Forwarder
+from pylib import android_commands
+from pylib import constants
+from pylib import ports
+from pylib.chrome_test_server_spawner import SpawningServer
+from pylib.flag_changer import FlagChanger
+from pylib.forwarder import Forwarder
+from pylib.valgrind_tools import CreateTool
+# TODO(frankf): Move this to pylib/utils
import lighttpd_server
-import ports
-from valgrind_tools import CreateTool
# A file on device to store ports of net test server. The format of the file is
« no previous file with comments | « build/android/pylib/base/__init__.py ('k') | build/android/pylib/base/base_test_sharder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698