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

Unified Diff: testing/scripts/headless_python_unittests.py

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Address nits Created 4 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 | « headless/test/headless_browser_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/headless_python_unittests.py
diff --git a/testing/scripts/headless_python_unittests.py b/testing/scripts/headless_python_unittests.py
index 8df9db06357b7658ce7a731c07971d77520d070a..f551b16234e0fb1fdd2d3a4c956267ed36c9fb78 100755
--- a/testing/scripts/headless_python_unittests.py
+++ b/testing/scripts/headless_python_unittests.py
@@ -18,7 +18,8 @@ def main_run(args):
_AddToPathIfNeeded(typ_path)
import typ
- top_level_dir = os.path.join(common.SRC_DIR, 'headless', 'lib', 'browser')
+ top_level_dir = os.path.join(
+ common.SRC_DIR, 'headless', 'lib', 'browser', 'devtools_api')
with common.temporary_file() as tempfile_path:
rc = typ.main(
argv=[],
« no previous file with comments | « headless/test/headless_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698