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

Unified Diff: chrome/test/webdriver/test/chromedriver_paths.py

Issue 7331004: Move chromedriver tests to test subdirectory. Add script to run all chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ... Created 9 years, 5 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
Index: chrome/test/webdriver/test/chromedriver_paths.py
diff --git a/chrome/test/webdriver/chromedriver_paths.py b/chrome/test/webdriver/test/chromedriver_paths.py
similarity index 91%
rename from chrome/test/webdriver/chromedriver_paths.py
rename to chrome/test/webdriver/test/chromedriver_paths.py
index 68199068d8f00dc1b5b1447c70c53a0348aef1dd..8311e8f01ab3f48478eef06457010f5824cbb5ff 100644
--- a/chrome/test/webdriver/chromedriver_paths.py
+++ b/chrome/test/webdriver/test/chromedriver_paths.py
@@ -11,7 +11,8 @@ def _SetupPaths():
global SRC_THIRD_PARTY, PYTHON_BINDINGS, WEBDRIVER_TEST_DATA
start_dir = os.path.abspath(os.path.dirname(__file__))
J = os.path.join
- SRC_THIRD_PARTY = J(start_dir, os.pardir, os.pardir, os.pardir, 'third_party')
+ SRC_THIRD_PARTY = J(start_dir, os.pardir, os.pardir, os.pardir, os.pardir,
+ 'third_party')
webdriver = J(SRC_THIRD_PARTY, 'webdriver')
PYTHON_BINDINGS = J(webdriver, 'python')
WEBDRIVER_TEST_DATA = J(webdriver, 'test_data')
« no previous file with comments | « chrome/test/webdriver/test/chromedriver_launcher.py ('k') | chrome/test/webdriver/test/chromedriver_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698