aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-07-27 16:32:03 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-07-30 16:40:00 -0700
commit623b7aee4ac6471e3af13cd2256ad7605e54d983 (patch)
treeb152bec103abd959e8f5d6426eb1a4a0ecc81194 /tools
parentfe8dc883d0733a0091c6cc429e74df680749aa2d (diff)
Reorganize Python tests
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/python_tests.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/tools/run_tests/python_tests.json b/tools/run_tests/python_tests.json
index 8bb3939fdd..426b93fe3a 100755
--- a/tools/run_tests/python_tests.json
+++ b/tools/run_tests/python_tests.json
@@ -1,102 +1,102 @@
[
{
- "module": "grpc._adapter._c_test",
+ "module": "grpc_test._adapter._c_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._low_test",
+ "module": "grpc_test._adapter._low_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._intermediary_low_test",
+ "module": "grpc_test._adapter._intermediary_low_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._links_test",
+ "module": "grpc_test._adapter._links_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._lonely_rear_link_test",
+ "module": "grpc_test._adapter._lonely_rear_link_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._blocking_invocation_inline_service_test",
+ "module": "grpc_test._adapter._blocking_invocation_inline_service_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._event_invocation_synchronous_event_service_test",
+ "module": "grpc_test._adapter._event_invocation_synchronous_event_service_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._adapter._future_invocation_asynchronous_event_service_test",
+ "module": "grpc_test._adapter._future_invocation_asynchronous_event_service_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._links._lonely_invocation_link_test",
+ "module": "grpc_test._links._lonely_invocation_link_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc._links._transmission_test",
+ "module": "grpc_test._links._transmission_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.early_adopter.implementations_test",
+ "module": "grpc_test.early_adopter.implementations_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.framework.base.implementations_test",
+ "module": "grpc_test.framework.base.implementations_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.framework.face.blocking_invocation_inline_service_test",
+ "module": "grpc_test.framework.face.blocking_invocation_inline_service_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.framework.face.event_invocation_synchronous_event_service_test",
+ "module": "grpc_test.framework.face.event_invocation_synchronous_event_service_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.framework.face.future_invocation_asynchronous_event_service_test",
+ "module": "grpc_test.framework.face.future_invocation_asynchronous_event_service_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.framework.foundation._later_test",
+ "module": "grpc_test.framework.foundation._later_test",
"pythonVersions": [
"2.7"
]
},
{
- "module": "grpc.framework.foundation._logging_pool_test",
+ "module": "grpc_test.framework.foundation._logging_pool_test",
"pythonVersions": [
"2.7"
]