aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/.gitignore
Commit message (Collapse)AuthorAge
* Be more intelligent about Cython in grpcioGravatar Masood Malekghassemi2016-07-22
| | | | | | | | | Before, Cython would *need* to be imported immediately if generated files did not already exist. Now, missing generated files will trigger a `setup_requires` inclusion of Cython and defer cythonization until extension build-time. If cythonization was specified via environment variable and setup could not find Cython, the extensions are poisoned instead of blocking non-extension commands from running.
* Remove toxGravatar Masood Malekghassemi2016-07-01
|
* grpc_set_ssl_roots_override_callback for PythonGravatar Nathaniel Manista2016-02-09
|
* Use default gRPC roots.pem if none providedGravatar Masood Malekghassemi2016-01-11
|
* Generate coverage HTML reports for JenkinsGravatar Masood Malekghassemi2015-12-04
|
* Use toxGravatar Masood Malekghassemi2015-12-04
|
* Make Python testing predictable againGravatar Masood Malekghassemi2015-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.
* Add project metadata generation to PythonGravatar Masood Malekghassemi2015-08-05
|
* Enable Python testing and coverageGravatar Masood Malekghassemi2015-07-31
|
* Reorganize Python packagesGravatar Masood Malekghassemi2015-07-30
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.