aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/compiler
Commit message (Collapse)AuthorAge
* Factor out interface-specific early_adopter codeGravatar Masood Malekghassemi2015-03-17
| | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`.
* Move protoc output to temporary directoryGravatar Masood Malekghassemi2015-03-05
| | | | | | Moves the Python protoc plugin output directory to an auto-generated temporary directory. Has the build configuration set by environment variable (consistent with `tools/run-tests/run_tests.py`'s set envvars).
* Update Python codegen to early_adopter interfaceGravatar Nathaniel Manista2015-03-02
| | | | | | With this change the Python code generated by the Python code generator uses the grpc.early_adopter package and not the grpc.framework.face package.
* Merge pull request #855 from nathanielmanistaatgoogle/python-test-portGravatar Masood Malekghassemi2015-02-27
|\ | | | | Drop fixed port from python_plugin_test
| * Drop fixed port from python_plugin_testGravatar Nathaniel Manista2015-02-27
| | | | | | | | | | There may be some aspect of mortal sin in the way that context management is now done in this test.
* | Fix bugs in Python code generatorGravatar Masood Malekghassemi2015-02-26
|/ | | | | Fixes module path finding in the Python code generator and the signatures of generated servicer methods.
* Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
|
* Added compiler plugin test for Python.Gravatar Masood Malekghassemi2015-02-20