- May 12, 2017
-
-
Ken Payson authored
The oauth2client test dependency is still needed as it used by the beta API unit tests.
-
- May 08, 2017
-
-
Ken Payson authored
-
- Mar 07, 2017
-
-
Mehrdad Afshari authored
-
- Feb 06, 2017
-
-
Ken Payson authored
-
Ken Payson authored
-
- Jan 17, 2017
-
-
Masood Malekghassemi authored
-
- Dec 13, 2016
-
-
Masood Malekghassemi authored
Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
-
Masood Malekghassemi authored
Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
-
- Oct 28, 2016
-
-
Masood Malekghassemi authored
To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use.
-
- Aug 22, 2016
-
-
Masood Malekghassemi authored
-
- Aug 18, 2016
-
-
Ken Payson authored
Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests.
-
- Aug 03, 2016
-
-
Ken Payson authored
-
- Jul 18, 2016
-
-
Ken Payson authored
-Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
-
- Jul 01, 2016
-
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-