Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Run Python formatting | Masood Malekghassemi | 2017-01-17 |
| | |||
* | Implement wait-for-ready behavior in Python stress and qps client | ncteisen | 2017-01-10 |
| | | | | | The clients now block until the channel is in the READY state. This fixes some test flakiness issues we have had. | ||
* | Add new flags to Python stress client | Noah Eisen | 2016-11-22 |
| | | | | | | Add use_tls, use_test_ca, and server_host_override flags to Python stress client. These are needed to run the stress client against a local server that is using tls. | ||
* | Migrate distrib, interop, and stress to GA API | Nathaniel Manista | 2016-08-11 |
| | |||
* | Organize Python tests to use grpcio-tools directly | Masood Malekghassemi | 2016-07-01 |
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py). |