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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # This file contains a list of Mojo gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
2 # This must be a valid python dictionary. 2 # This must be a valid python dictionary.
3 # TODO(vtl|msw): Add a way of specifying data dependencies. 3 # TODO(vtl|msw): Add a way of specifying data dependencies.
4 [ 4 [
5 { 5 {
6 "test": "mojo:clipboard_apptests", 6 "test": "mojo:clipboard_apptests",
7 }, 7 },
8 { 8 {
9 "test": "mojo:example_apptests", 9 "test": "mojo:example_apptests",
10 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 10 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
11 "test-args": ["--example_apptest_arg"], 11 "test-args": ["--example_apptest_arg"],
12 }, 12 },
13 { 13 {
14 # Runs mojo:example_apptests, replacing the mojo:example_service dependency 14 # Runs mojo:example_apptests, replacing the mojo:example_service dependency
15 # with the alternate test:example_service, launched via mojo launcher." 15 # with the alternate test:example_service, launched via mojo launcher."
16 "test": "mojo:example_apptests", 16 "test": "mojo:example_apptests",
17 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 17 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
18 "test-args": ["--example_apptest_arg"], 18 "test-args": ["--example_apptest_arg"],
19 "shell-args": ["--url-mappings=mojo:example_service=test:example_service"], 19 "shell-args": ["--url-mappings=mojo:example_service=test:example_service"],
20 "launched-services": ["test:example_service"], 20 "launched-services": ["test:example_service"],
21 }, 21 },
22 { 22 {
23 "test": "mojo:network_service_apptests", 23 "test": "mojo:network_service_apptests",
24 }, 24 },
25 { 25 {
26 "test": "mojo:python_apptests",
27 },
28 {
26 "test": "mojo:view_manager_service_apptests", 29 "test": "mojo:view_manager_service_apptests",
27 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"], 30 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"],
28 }, 31 },
29 { 32 {
30 "test": "mojo:js_apptests", 33 "test": "mojo:js_apptests",
31 }, 34 },
32 ] 35 ]
OLDNEW
« mojo/python/content_handler/system_impl.pyx ('K') | « mojo/python/content_handler/system_impl.pyx ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698