Add abort test to tests.json

pull/21582/head
Lidi Zheng 5 years ago
parent 8429fec1b5
commit b721c6c096
  1. 1
      src/python/grpcio_tests/tests_aio/tests.json
  2. 2
      src/python/grpcio_tests/tests_aio/unit/abort_test.py

@ -1,5 +1,6 @@
[
"_sanity._sanity_test.AioSanityTest",
"unit.abort_test.TestAbort",
"unit.aio_rpc_error_test.TestAioRpcError",
"unit.call_test.TestUnaryStreamCall",
"unit.call_test.TestUnaryUnaryCall",

@ -84,7 +84,7 @@ async def _start_test_server():
return 'localhost:%d' % port, server
class TestServer(AioTestBase):
class TestAbort(AioTestBase):
async def setUp(self):
address, self._server = await _start_test_server()

Loading…
Cancel
Save