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

Unified Diff: mojo/tools/run_mojo_python_tests.py

Issue 878933003: Move the apptest runner and parts of mopy to the public SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « mojo/tools/run_mojo_python_bindings_tests.py ('k') | mojo/tools/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/run_mojo_python_tests.py
diff --git a/mojo/tools/run_mojo_python_tests.py b/mojo/tools/run_mojo_python_tests.py
index 3dbf9721d3a55350daf01f907553d8413489a1a2..0d3f2660ae2502c6e0c6c4b06f6707c1cec65c69 100755
--- a/mojo/tools/run_mojo_python_tests.py
+++ b/mojo/tools/run_mojo_python_tests.py
@@ -6,7 +6,7 @@
import os
import sys
-from mopy.mojo_python_tests_runner import MojoPythonTestRunner
+from mopy_internal.mojo_python_tests_runner import MojoPythonTestRunner
def main():
@@ -14,7 +14,7 @@ def main():
# Tests of pylib bindings.
os.path.join('mojo', 'public', 'tools', 'bindings', 'pylib'),
# Tests of "mopy" python tools code.
- os.path.join('mojo', 'tools', 'mopy')
+ os.path.join('mojo', 'public', 'tools', 'mopy')
]
for test_dir in test_dir_list:
« no previous file with comments | « mojo/tools/run_mojo_python_bindings_tests.py ('k') | mojo/tools/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698