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

Unified Diff: build/android/pylib/host_driven/python_test_base.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/gtest/test_package.py ('k') | build/android/pylib/host_driven/python_test_caller.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/host_driven/python_test_base.py
diff --git a/build/android/pylib/host_driven/python_test_base.py b/build/android/pylib/host_driven/python_test_base.py
index 11c907cb0c67654d5a2079c14e1225735ca95959..3380ca80958c4b1a89d210e583bc9b367e0a1087 100644
--- a/build/android/pylib/host_driven/python_test_base.py
+++ b/build/android/pylib/host_driven/python_test_base.py
@@ -24,9 +24,9 @@ import os
import time
from pylib import android_commands
+from pylib.base.test_result import SingleTestResult, TestResults
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/gtest/test_package.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