Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge the base and base.packets packages | Nathaniel Manista | 2015-03-18 |
| | | | | They were two halves of the same whole. | ||
* | Eliminate the Python "assembly" package | Nathaniel Manista | 2015-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.json | Nathaniel Manista | 2015-03-07 |
| | |||
* | Have Python protoc plugin test run with other tests | Masood Malekghassemi | 2015-03-05 |
| | |||
* | Teach run_tests about individual Python tests | Craig Tiller | 2015-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 |