Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A test suite for the RPC Framework base interface | Nathaniel Manista | 2015-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 allowance | Nathaniel Manista | 2015-08-13 |
| | | | | This compensates for the abstraction mismatch described in issue 2916. | ||
* | Merge pull request #2878 from soltanmm/expose | Nathaniel Manista | 2015-08-12 |
|\ | | | | | Expose new core functionality to Python. | ||
| * | Expose new core functionality to Python | Masood Malekghassemi | 2015-08-12 |
| | | |||
* | | Merge pull request #2812 from soltanmm/timeout-increase | Nathaniel Manista | 2015-08-12 |
|\ \ | | | | | | | Use common timeouts in Python face-layer test-cases. | ||
* \ \ | Merge pull request #2780 from soltanmm/compiler-tests | Nathaniel Manista | 2015-08-11 |
|\ \ \ | | | | | | | | | Move Python protoc plugin tests to grpcio_test. | ||
* \ \ \ | Merge pull request #2821 from soltanmm/user-agent | Nathaniel Manista | 2015-08-11 |
|\ \ \ \ | | | | | | | | | | | Set Python user-agent string. | ||
* | | | | | Implement timeout interop test for Python | Masood Malekghassemi | 2015-08-10 |
| |_|_|/ |/| | | | |||
| * | | | Set Python user-agent string | Masood Malekghassemi | 2015-08-06 |
|/ / / | |||
| | * | Use common timeouts in Python face-layer test-cases | Masood Malekghassemi | 2015-08-05 |
| |/ |/| | |||
| * | Move Python protoc plugin tests to grpcio_test | Masood Malekghassemi | 2015-08-04 |
| | | |||
* | | Merge pull request #2686 from nathanielmanistaatgoogle/2570 | Craig Tiller | 2015-08-04 |
|\ \ | |/ |/| | Affirm metadata transmission in a common function | ||
| * | Affirm metadata transmission in a common function | Nathaniel Manista | 2015-07-31 |
| | | | | | | | | | | This introduces grpc_test.test_common for gRPC-specific test code and fixes issue 2570. | ||
* | | Use py.test from run_tests.py | Masood Malekghassemi | 2015-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 coverage | Masood Malekghassemi | 2015-07-31 |
|/ | |||
* | Reorganize Python tests | Masood Malekghassemi | 2015-07-30 |
| | |||
* | Reorganize Python packages | Masood Malekghassemi | 2015-07-30 |
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing. |