aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/health_check/_health_servicer_test.py
Commit message (Collapse)AuthorAge
* fix testGravatar Eric Gribkoff2018-12-27
|
* use test constants, fix formattingGravatar Eric Gribkoff2018-12-27
|
* Add Watch method to health check serviceGravatar Eric Gribkoff2018-12-26
|
* Clean up server and channel objects in testsGravatar Eric Gribkoff2018-12-21
|
* Add SERVICE_NAME to reflection/healthGravatar Mehrdad Afshari2018-07-26
|
* Disable so_reuseport for Python testsGravatar Ken Payson2017-12-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update health to current gRPC code elementsGravatar Nathaniel Manista2017-03-15
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
* Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-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).