aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_rpc_test.py
Commit message (Collapse)AuthorAge
* Clean up server and channel objects in testsGravatar Eric Gribkoff2018-12-21
|
* Add basicConfig handler to unit testsGravatar Richard Belleville2018-10-30
|
* Surfaces debug_error_string to Python APIGravatar Noah Eisen2018-05-17
| | | | | In case of error, the user can access call.debug_error_string() which contains a string representation of error from the c core.
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Disable so_reuseport for Python testsGravatar Ken Payson2017-12-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
|
* Fix grpc._server._Context.time_remainingGravatar Nathaniel Manista2017-01-20
| | | | A weak test is included; proper test coverage will come later.
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Explicitly stop the server on tear-downGravatar Masood Malekghassemi2016-11-03
|
* Add more assertions to _rpc_testGravatar Nathaniel Manista2016-07-12
|
* Make handlers optional at server constructionGravatar Nathaniel Manista2016-07-07
|
* 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).