Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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). | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | py3 compatibility for test runner & loader | Leifur Halldor Asgeirsson | 2016-03-18 |
| | |||
* | Make Python testing predictable again | Masood Malekghassemi | 2015-12-03 |
This reorganizes the Python code, scraps the current testing infrastructure, and implements a simple test discovery and run script based on the standard Python unittest library so we can trust that our tests are running. |