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

Unified Diff: build/android/run_monkey_test.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/run_instrumentation_tests.py ('k') | build/android/run_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_monkey_test.py
diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py
index fd5dea7a7258da078d5a0075f10790c9398f20f2..f27426eb744985f406be00516fea930148f3d505 100755
--- a/build/android/run_monkey_test.py
+++ b/build/android/run_monkey_test.py
@@ -11,10 +11,10 @@ import sys
import time
from pylib import android_commands
-from pylib import python_test_base
-from pylib import python_test_sharder
from pylib import test_options_parser
from pylib import test_result
+from pylib.host_driven import python_test_base
+from pylib.host_driven import python_test_sharder
class MonkeyTest(python_test_base.PythonTestBase):
« no previous file with comments | « build/android/run_instrumentation_tests.py ('k') | build/android/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698