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

Unified Diff: build/android/pylib/gtest/test_package_executable.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/test_package_apk.py ('k') | build/android/pylib/host_driven/__init__.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_executable.py
diff --git a/build/android/pylib/test_package_executable.py b/build/android/pylib/gtest/test_package_executable.py
similarity index 99%
rename from build/android/pylib/test_package_executable.py
rename to build/android/pylib/gtest/test_package_executable.py
index cafe99c1c2342a9a51c7a9b60fe989ffee0f94bb..1dc56e892906e20fc59b65a3d17a5b5b9b5f4c28 100644
--- a/build/android/pylib/test_package_executable.py
+++ b/build/android/pylib/gtest/test_package_executable.py
@@ -9,11 +9,12 @@ import shutil
import sys
import tempfile
-import cmd_helper
-import constants
-from test_package import TestPackage
+from pylib import cmd_helper
+from pylib import constants
from pylib import pexpect
+from test_package import TestPackage
+
class TestPackageExecutable(TestPackage):
"""A helper class for running stand-alone executables."""
« no previous file with comments | « build/android/pylib/gtest/test_package_apk.py ('k') | build/android/pylib/host_driven/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698