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

Unified Diff: mojo/tools/data/apptests

Issue 796373006: Content handler for python. (Closed) Base URL: git@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
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 9e789b296996dea6b90a55d9ad8a7392e084cb17..f746c87153103cd96d92e902f488b7702593aff1 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -23,6 +23,12 @@
"test": "mojo:network_service_apptests",
},
{
+ "test": "mojo:example_apptests",
qsr 2015/01/12 17:37:45 I guess we need name somewhere here, but this is n
etiennej 2015/01/14 00:54:04 Acknowledged.
+ # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
+ "test-args": ["--example_apptest_arg"],
+ "shell-args": ["--url-mappings=mojo:example_service=mojo:python_example_service"],
+ },
+ {
"test": "mojo:view_manager_service_apptests",
"shell-args": ["--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"],
},

Powered by Google App Engine
This is Rietveld 408576698