diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-06-01 14:34:32 -0700 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-06-01 14:34:32 -0700 |
commit | faafb38d14d33c608d6a9f311950b72e1f087e05 (patch) | |
tree | 3327f3da44b7628bfa9010e3a4b90717502a2292 /tools/run_tests/python_tests.json | |
parent | 0bdfe8b147b8101080e95565d9472e402f4d98d4 (diff) | |
parent | a2918d2e04e8df462225ea846fd3487e5d0f6a15 (diff) |
Merge pull request #1558 from soltanmm/extension
Overhaul Python C layer.
Diffstat (limited to 'tools/run_tests/python_tests.json')
-rwxr-xr-x | tools/run_tests/python_tests.json | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/tools/run_tests/python_tests.json b/tools/run_tests/python_tests.json index dff053784d..6c969d765f 100755 --- a/tools/run_tests/python_tests.json +++ b/tools/run_tests/python_tests.json @@ -1,27 +1,27 @@ [ { - "file": "test/compiler/python_plugin_test.py" + "module": "grpc._adapter._c_test" }, { - "module": "grpc._adapter._blocking_invocation_inline_service_test" + "module": "grpc._adapter._low_test" }, { - "module": "grpc._adapter._c_test" + "module": "grpc._adapter._intermediary_low_test" }, { - "module": "grpc._adapter._event_invocation_synchronous_event_service_test" + "module": "grpc._adapter._links_test" }, { - "module": "grpc._adapter._future_invocation_asynchronous_event_service_test" + "module": "grpc._adapter._lonely_rear_link_test" }, { - "module": "grpc._adapter._links_test" + "module": "grpc._adapter._blocking_invocation_inline_service_test" }, { - "module": "grpc._adapter._lonely_rear_link_test" + "module": "grpc._adapter._event_invocation_synchronous_event_service_test" }, { - "module": "grpc._adapter._low_test" + "module": "grpc._adapter._future_invocation_asynchronous_event_service_test" }, { "module": "grpc.early_adopter.implementations_test" @@ -49,5 +49,8 @@ }, { "module": "interop._secure_interop_test" + }, + { + "file": "test/compiler/python_plugin_test.py" } ] |