grpc / grpc-docker-library

Contains dockerfiles for gRPC in different languages
Apache License 2.0
207 stars 83 forks source link

Remove the invocation to no longer existing python unit tests. #8

Closed mohammadshamma closed 9 years ago

mohammadshamma commented 9 years ago

The docker file is executing python tests by referring to each of them explicitly. This is fragile as the unit tests in the main repository could change overtime.

Instead, this change patches the dockerfile to use a Makefile target that executes python tests.

nathanielmanistaatgoogle commented 9 years ago

This is entirely superseded by #9; my inclination is to not bother with it. @tbetbetbe do you agree?