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

Unified Diff: build/android/pylib/gtest/single_test_runner.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/pylib/gtest/debug_info.py ('k') | build/android/pylib/gtest/test_package.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/single_test_runner.py
diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/gtest/single_test_runner.py
similarity index 97%
rename from build/android/pylib/single_test_runner.py
rename to build/android/pylib/gtest/single_test_runner.py
index ad19ab5d9cb98be39e4d94bb831beb95de1a5b2c..23c795e22ed4705d32d4ce8778ba1354c1d086ed 100644
--- a/build/android/pylib/single_test_runner.py
+++ b/build/android/pylib/gtest/single_test_runner.py
@@ -7,16 +7,17 @@ import logging
import os
import sys
-import android_commands
-from android_commands import errors
-from base_test_runner import BaseTestRunner
-import constants
+from pylib import android_commands
+from pylib import constants
+from pylib import perf_tests_helper
+from pylib.android_commands import errors
+from pylib.base_test_runner import BaseTestRunner
+from pylib.test_result import BaseTestResult, TestResults
+from pylib.utils import run_tests_helper
+
import debug_info
-import perf_tests_helper
from test_package_apk import TestPackageApk
from test_package_executable import TestPackageExecutable
-from test_result import BaseTestResult, TestResults
-from utils import run_tests_helper
class SingleTestRunner(BaseTestRunner):
« no previous file with comments | « build/android/pylib/gtest/debug_info.py ('k') | build/android/pylib/gtest/test_package.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698