aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_python.sh
Commit message (Collapse)AuthorAge
* Move Python protoc plugin tests to grpcio_testGravatar Masood Malekghassemi2015-08-04
|
* Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-07-31
| | | | | | Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
* Add Python3 testing supportGravatar Masood Malekghassemi2015-07-09
| | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).
* Fix MacOS Python test linker pathsGravatar Masood Malekghassemi2015-05-21
|
* Fix Python test ignorance of build configGravatar Masood Malekghassemi2015-03-17
|
* Have Python protoc plugin test run with other testsGravatar Masood Malekghassemi2015-03-05
|
* Teach run_tests about individual Python testsGravatar Craig Tiller2015-03-05
| | | | | | | | | Allows: - running python tests in parallel - clearer Travis output - subjects each python test to the five minute run_tests timeout, instead of ALL the tests to the five minute timeout - easier benchmarking of which tests are slow
* Removed logging, returned other tests to .travis.ymlGravatar murgatroid992015-03-02
|
* Added more loggingGravatar murgatroid992015-03-02
|
* Fixed ldd loggingGravatar murgatroid992015-03-02
|
* Added logging for python testsGravatar murgatroid992015-03-02
|
* Added TODO to re-enable commented testGravatar murgatroid992015-03-02
|
* Put tests back in a useful stateGravatar murgatroid992015-03-02
|
* Changed how python versions are specifiedGravatar murgatroid992015-03-02
|
* Add more loggingGravatar murgatroid992015-03-02
|
* Added another log lineGravatar murgatroid992015-02-27
|
* Added log lineGravatar murgatroid992015-02-27
|
* 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.
* Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changesGravatar Masood Malekghassemi2015-02-25
|\ | | | | Final changes to the early_adopter API.
| * Final changes to the early_adopter API.Gravatar Nathaniel Manista2015-02-25
| | | | | | | | | | | | This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes.
* | Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
|/
* Added compiler plugin test for Python.Gravatar Masood Malekghassemi2015-02-20
|
* The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
| * Python source reorganization.Gravatar Nathaniel Manista2015-02-18
| | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public.
* | Add shell script copyrightsGravatar Craig Tiller2015-02-16
|/
* Allow Python to be built without sudoGravatar Craig Tiller2015-02-10
|
* Bring in the Python GRPC Adapter package.Gravatar Nathaniel Manista2015-02-02
|
* Refactoring of the Python build.Gravatar Nathaniel Manista2015-02-02
| | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.
* Add the _framework.face package.Gravatar Nathaniel Manista2015-01-24
|
* Add Python to run-tests.Gravatar Nathaniel Manista2015-01-22