Masood Malekghassemi
8f56c422f8
Add global per-test timeout to Python test harness
10 years ago
Masood Malekghassemi
ed96983e22
Move Python protoc plugin tests to grpcio_test
10 years ago
Masood Malekghassemi
2b84162bd4
Use py.test from run_tests.py
...
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.
10 years ago
Masood Malekghassemi
791cc31a49
Enable Python testing and coverage
10 years ago
Masood Malekghassemi
623b7aee4a
Reorganize Python tests
10 years ago
Masood Malekghassemi
fe8dc883d0
Reorganize Python packages
...
This is in preparation of moving all tests into a separate package to
enable ease of coverage checking and testing.
10 years ago
Masood Malekghassemi
864b97b1d8
Upport python version
10 years ago
Craig Tiller
ca4387523a
Revert "Update Python version numbers"
10 years ago
Masood Malekghassemi
92e5bd8e43
Update Python version numbers
...
Conflicts:
src/python/src/setup.py
10 years ago
Masood Malekghassemi
61e4cea75a
Update Python version numbers
10 years ago
Masood Malekghassemi
e6b0038223
Add OAuth interop tests to Python
...
Also adds the commands to the grpc_docker shell library script to
support running in docker.
10 years ago
Masood Malekghassemi
451887ba2c
Enable PyPI package management
10 years ago
Nathaniel Manista
c2b402001b
The Python interop client.
...
The server_host_override flag's implementation remaining
outstanding means that this only works over insecure
connections for now.
10 years ago
Nathaniel Manista
1d1f952731
The Python interoperability testing server.
10 years ago
Nathaniel Manista
b8b0adfbf9
Refactoring of the Python build.
...
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.
10 years ago
Nathaniel Manista
7a3c38bed9
Add the _framework.face package.
10 years ago
Nathaniel Manista
61b5a81a1e
Add the _framework.common package.
...
It's rather unimpressive at the moment with just
one module.
10 years ago
Nathaniel Manista
b68f3d1746
Fill out the foundation package.
10 years ago
temiola
0f0a6bc4f0
Switches to using protobuf-ruby.
...
- Adds a dependency to protobuf-ruby in the gemfile
- Updates math.proto to proto3
- Updates math server and client to use protoc protos
- Updates interop server and client to use protoc protos
Also
- Fixes/Updates the noproto samples
TESTED: math_server and math_client can communicate locally.
Change on 2015/01/07 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83483448
10 years ago
nnoble
097ef9b7d9
Incorporating ruby into the master grpc repository.
...
Change on 2014/12/01 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81111468
11 years ago