aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-06-01 14:34:32 -0700
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-06-01 14:34:32 -0700
commitfaafb38d14d33c608d6a9f311950b72e1f087e05 (patch)
tree3327f3da44b7628bfa9010e3a4b90717502a2292 /tools/run_tests
parent0bdfe8b147b8101080e95565d9472e402f4d98d4 (diff)
parenta2918d2e04e8df462225ea846fd3487e5d0f6a15 (diff)
Merge pull request #1558 from soltanmm/extension
Overhaul Python C layer.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/python_tests.json19
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"
}
]