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

Unified Diff: build/android/pylib/gtest/test_package.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/single_test_runner.py ('k') | build/android/pylib/gtest/test_package_apk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_package.py
diff --git a/build/android/pylib/test_package.py b/build/android/pylib/gtest/test_package.py
similarity index 97%
rename from build/android/pylib/test_package.py
rename to build/android/pylib/gtest/test_package.py
index 356268d3e54d1ace6281bc862fa90dc3dbcbe159..020dcd247eecfc84e33958345738df458ef64e45 100644
--- a/build/android/pylib/test_package.py
+++ b/build/android/pylib/gtest/test_package.py
@@ -7,12 +7,11 @@ import logging
import re
import os
-import constants
-from perf_tests_helper import PrintPerfResult
+from pylib import constants
from pylib import pexpect
-from test_result import BaseTestResult, TestResults
-
-from android_commands import errors
+from pylib.android_commands import errors
+from pylib.perf_tests_helper import PrintPerfResult
+from pylib.test_result import BaseTestResult, TestResults
class TestPackage(object):
« no previous file with comments | « build/android/pylib/gtest/single_test_runner.py ('k') | build/android/pylib/gtest/test_package_apk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698