| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown
if the interpreter is PyPy
|
|
|
|
|
| |
This is for https://github.com/grpc/grpc/pull/6737 when
start_batch will no longer put data on the wire
|
|
|
|
|
|
| |
This ensures sync calls get cancelled after
a keyboard interrupt, as well as all calls
getting destroyed before grpc_shutdown()
|
|
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
|