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

Unified Diff: build/android/pylib/host_driven/run_python_tests.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
Index: build/android/pylib/host_driven/run_python_tests.py
diff --git a/build/android/pylib/host_driven/run_python_tests.py b/build/android/pylib/host_driven/run_python_tests.py
index fcf21d0e742a00a6cd3f589a8b6722eca07ca363..c6a3ca037d344cb581403ed7db1292d71ae5042a 100644
--- a/build/android/pylib/host_driven/run_python_tests.py
+++ b/build/android/pylib/host_driven/run_python_tests.py
@@ -11,10 +11,10 @@ import types
from pylib import android_commands
from pylib import constants
+from pylib.base.test_result import TestResults
from pylib.instrumentation import apk_info
from pylib.instrumentation import run_java_tests
from pylib.instrumentation.run_java_tests import FatalTestException
-from pylib.test_result import TestResults
import python_test_base
from python_test_caller import CallPythonTest
« no previous file with comments | « build/android/pylib/host_driven/python_test_sharder.py ('k') | build/android/pylib/instrumentation/run_java_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698