aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/grpc_protoc_plugin
Commit message (Collapse)AuthorAge
* Make Python testing predictable againGravatar Masood Malekghassemi2015-12-03
| | | | | | | This reorganizes the Python code, scraps the current testing infrastructure, and implements a simple test discovery and run script based on the standard Python unittest library so we can trust that our tests are running.
* Remove alpha testsGravatar Masood Malekghassemi2015-10-26
| | | | Warnings will be emitted when trying to import through alpha packages.
* Bring Python interop tests to the beta APIGravatar Masood Malekghassemi2015-10-23
| | | | Also uses the .proto files for the service/stub definitions.
* Beta API clean-upsGravatar Nathaniel Manista2015-09-05
| | | | | | | | | | | | | | | | (1) Renamed the "beta" module "implementations" because it hasn't been monolithic since "interfaces" was factored out of it a few changes back. (2) Moved ChannelConnectivity from grpc.beta.beta to grpc.beta.interfaces since it is constants that don't depend on the beta implementation. (3) Moved the Server interface definition from grpc.beta.beta to grpc.beta.interfaces since it is an interface. (4) Dropped the "create_" prefix from "create_<...>_channel" functions to better match the other creation functions throughout the codebase.
* Code generation for Python Beta APIGravatar Nathaniel Manista2015-08-31
|
* Move Python protoc plugin tests to grpcio_testGravatar Masood Malekghassemi2015-08-04