Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable split code generation | Masood Malekghassemi | 2016-10-28 |
| | | | | | | | | | | | | 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. | ||
* | Organize Python tests to use grpcio-tools directly | Masood Malekghassemi | 2016-07-01 |
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py). |