aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_cython
Commit message (Collapse)AuthorAge
* Add parameter for server optionsGravatar Ken Payson2016-09-19
|
* remove skipIf from TypeSmokeTest (issue 7672)Gravatar siddharthshukla2016-08-23
| | | | | | | remove skipIfStatement from TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes on PyPy variants 5.3.0 and newer since these variants have improved compatibility support for the C-Extensions
* skip test run if running with pypyGravatar siddharthshukla2016-08-09
| | | | | don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown if the interpreter is PyPy
* Change sequence of client/server eventsGravatar Ken Payson2016-07-12
| | | | | This is for https://github.com/grpc/grpc/pull/6737 when start_batch will no longer put data on the wire
* Removed cython client-side call trackingGravatar Ken Payson2016-07-07
| | | | | | This ensures sync calls get cancelled after a keyboard interrupt, as well as all calls getting destroyed before grpc_shutdown()
* 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).