From a2918d2e04e8df462225ea846fd3487e5d0f6a15 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Wed, 6 May 2015 12:41:43 -0700 Subject: Move batch API exposure to Python layer Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now). --- tools/run_tests/python_tests.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'tools/run_tests') 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" } ] -- cgit v1.2.3