aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/python_tests.json
Commit message (Collapse)AuthorAge
* Move batch API exposure to Python layerGravatar Masood Malekghassemi2015-05-29
| | | | | Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now).
* Merge the base and base.packets packagesGravatar Nathaniel Manista2015-03-18
| | | | They were two halves of the same whole.
* Eliminate the Python "assembly" packageGravatar Nathaniel Manista2015-03-10
| | | | | This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would.
* Include interop tests in python_tests.jsonGravatar Nathaniel Manista2015-03-07
|
* Have Python protoc plugin test run with other testsGravatar Masood Malekghassemi2015-03-05
|
* Teach run_tests about individual Python testsGravatar Craig Tiller2015-03-05
Allows: - running python tests in parallel - clearer Travis output - subjects each python test to the five minute run_tests timeout, instead of ALL the tests to the five minute timeout - easier benchmarking of which tests are slow