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

Unified Diff: tests/checkout_test.py

Issue 8508015: Create a new depot_tools_testing_lib to move utility modules there (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Renamed to testing_support Created 9 years, 1 month 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 | « tests/breakpad_unittest.py ('k') | tests/fake_repos.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/checkout_test.py
diff --git a/tests/checkout_test.py b/tests/checkout_test.py
index 5de734a0088ac597770c73ed804ce2cb77375d0e..939c0b7c48be912f5bed440d61bf69a5832807a9 100755
--- a/tests/checkout_test.py
+++ b/tests/checkout_test.py
@@ -16,11 +16,12 @@ from xml.etree import ElementTree
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.dirname(ROOT_DIR))
+from testing_support import fake_repos
+from testing_support.patches_data import GIT, RAW
+
import checkout
import patch
import subprocess2
-from tests import fake_repos
-from tests.patches_data import GIT, RAW
# pass -v to enable it.
« no previous file with comments | « tests/breakpad_unittest.py ('k') | tests/fake_repos.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698