aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test
Commit message (Collapse)AuthorAge
* A test suite for the RPC Framework base interfaceGravatar Nathaniel Manista2015-08-18
| | | | | I wasn't able to flesh this out nearly as much as I had wanted to but I can come back to it after Beta (issue #2959).
* Service-side read without allowanceGravatar Nathaniel Manista2015-08-13
| | | | This compensates for the abstraction mismatch described in issue 2916.
* Merge pull request #2878 from soltanmm/exposeGravatar Nathaniel Manista2015-08-12
|\ | | | | Expose new core functionality to Python.
| * Expose new core functionality to PythonGravatar Masood Malekghassemi2015-08-12
| |
* | Merge pull request #2812 from soltanmm/timeout-increaseGravatar Nathaniel Manista2015-08-12
|\ \ | | | | | | Use common timeouts in Python face-layer test-cases.
* \ \ Merge pull request #2780 from soltanmm/compiler-testsGravatar Nathaniel Manista2015-08-11
|\ \ \ | | | | | | | | Move Python protoc plugin tests to grpcio_test.
* \ \ \ Merge pull request #2821 from soltanmm/user-agentGravatar Nathaniel Manista2015-08-11
|\ \ \ \ | | | | | | | | | | Set Python user-agent string.
* | | | | Implement timeout interop test for PythonGravatar Masood Malekghassemi2015-08-10
| |_|_|/ |/| | |
| * | | Set Python user-agent stringGravatar Masood Malekghassemi2015-08-06
|/ / /
| | * Use common timeouts in Python face-layer test-casesGravatar Masood Malekghassemi2015-08-05
| |/ |/|
| * Move Python protoc plugin tests to grpcio_testGravatar Masood Malekghassemi2015-08-04
| |
* | Merge pull request #2686 from nathanielmanistaatgoogle/2570Gravatar Craig Tiller2015-08-04
|\ \ | |/ |/| Affirm metadata transmission in a common function
| * Affirm metadata transmission in a common functionGravatar Nathaniel Manista2015-07-31
| | | | | | | | | | This introduces grpc_test.test_common for gRPC-specific test code and fixes issue 2570.
* | 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.
* | Enable Python testing and coverageGravatar Masood Malekghassemi2015-07-31
|/
* Reorganize Python testsGravatar Masood Malekghassemi2015-07-30
|
* Reorganize Python packagesGravatar Masood Malekghassemi2015-07-30
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.