Skip to content

Commit

Permalink
webdriver: pull in client from wptrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Apr 1, 2016
1 parent bb161b6 commit 2c92920
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
[submodule "pytest"]
path = pytest
url = https://github.com/pytest-dev/pytest.git
[submodule "webdriver"]
path = webdriver
url = https://github.com/w3c/wdclient.git
1 change: 1 addition & 0 deletions localpaths.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
sys.path.insert(0, os.path.join(repo_root, "tools", "wptserve"))
sys.path.insert(0, os.path.join(repo_root, "tools", "pywebsocket", "src"))
sys.path.insert(0, os.path.join(repo_root, "tools", "pytest"))
sys.path.insert(0, os.path.join(repo_root, "tools", "webdriver"))
1 change: 1 addition & 0 deletions webdriver
Submodule webdriver added at 56886b

0 comments on commit 2c92920

Please sign in to comment.