diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-03-17 18:07:22 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-03-17 18:07:22 -0700 |
commit | acfcd03f06f45bc008c0ac80d2ab54948042b63e (patch) | |
tree | 7408f941141d592776b3523f9f9ffcb0361cb24b /tools | |
parent | d2773a9bd8ef3f1951f0b338b90837bb8a656860 (diff) | |
parent | de5490c15c90c5276f8c4e40fa55c3e1537e53df (diff) |
Merge pull request #1073 from nathanielmanistaatgoogle/python-refactor
Python refactor
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dockerfile/grpc_python/Dockerfile | 2 | ||||
-rwxr-xr-x | tools/run_tests/python_tests.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/dockerfile/grpc_python/Dockerfile b/tools/dockerfile/grpc_python/Dockerfile index fd07e9cc6a..62ef785a31 100644 --- a/tools/dockerfile/grpc_python/Dockerfile +++ b/tools/dockerfile/grpc_python/Dockerfile @@ -54,7 +54,7 @@ RUN cd /var/local/git/grpc \ && python2.7 -B -m grpc._adapter._lonely_rear_link_test \ && python2.7 -B -m grpc._adapter._low_test \ && python2.7 -B -m grpc.early_adopter.implementations_test \ - && python2.7 -B -m grpc.framework.base.packets.implementations_test \ + && python2.7 -B -m grpc.framework.base.implementations_test \ && python2.7 -B -m grpc.framework.face.blocking_invocation_inline_service_test \ && python2.7 -B -m grpc.framework.face.event_invocation_synchronous_event_service_test \ && python2.7 -B -m grpc.framework.face.future_invocation_asynchronous_event_service_test \ diff --git a/tools/run_tests/python_tests.json b/tools/run_tests/python_tests.json index ef483d9799..dff053784d 100755 --- a/tools/run_tests/python_tests.json +++ b/tools/run_tests/python_tests.json @@ -27,7 +27,7 @@ "module": "grpc.early_adopter.implementations_test" }, { - "module": "grpc.framework.base.packets.implementations_test" + "module": "grpc.framework.base.implementations_test" }, { "module": "grpc.framework.face.blocking_invocation_inline_service_test" |