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

Unified Diff: build/android/pylib/base/base_test_sharder.py

Issue 11879031: [Android] Move base tests classes to pylib/base (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/base/base_test_runner.py ('k') | build/android/pylib/base/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/base/base_test_sharder.py
diff --git a/build/android/pylib/base_test_sharder.py b/build/android/pylib/base/base_test_sharder.py
similarity index 97%
rename from build/android/pylib/base_test_sharder.py
rename to build/android/pylib/base/base_test_sharder.py
index 387038d070bd478b2ca4be287b7a96265ace8e05..63f8bca5629a1e7bf91af69ac87dc4434b5edbe0 100644
--- a/build/android/pylib/base_test_sharder.py
+++ b/build/android/pylib/base/base_test_sharder.py
@@ -3,13 +3,13 @@
# found in the LICENSE file.
-import android_commands
import logging
import multiprocessing
-from android_commands import errors
-from forwarder import Forwarder
-from test_result import TestResults
+from pylib import android_commands
+from pylib.android_commands import errors
craigdh 2013/01/15 23:00:05 Just change the 2 uses of this to android_commands
frankf 2013/01/16 21:34:04 Done.
+from pylib.base.test_result import TestResults
+from pylib.forwarder import Forwarder
craigdh 2013/01/15 23:00:05 Should forwarder be in utils?
bulach 2013/01/16 09:45:50 if you do change this, please remember that "forwa
frankf 2013/01/16 21:34:04 I rather do this in a separate CL. On 2013/01/16
def _ShardedTestRunnable(test):
« no previous file with comments | « build/android/pylib/base/base_test_runner.py ('k') | build/android/pylib/base/sharded_tests_queue.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698