aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/protoc_plugin
Commit message (Collapse)AuthorAge
* Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
* Switch to command-arg for Python split-codegenGravatar Masood Malekghassemi2016-12-02
| | | | Almost fixes #8753 (which still needs a test).
* Enable split code generationGravatar Masood Malekghassemi2016-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.
* Make handlers optional at server constructionGravatar Nathaniel Manista2016-07-07
|
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-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).