aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-12-12 13:48:39 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-12-12 13:48:39 -0800
commitfd74fcf2a07a40cd18b5795614c9f71a0e463e87 (patch)
tree9925b4e04b5479fbc790bca4741bc1693a4fea64 /src/python/grpcio_tests/tests/unit/BUILD.bazel
parent352fbc19e778d8d8c36dea35b229270bd989bf3d (diff)
New abort with grpc.Status API
* Add `abort_with_status` method in ServicerContext * Add `Status` interface similar to the design of Details in interceptor * Add 3 unit test cases for abort mechanism
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/BUILD.bazel')
-rw-r--r--src/python/grpcio_tests/tests/unit/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/unit/BUILD.bazel b/src/python/grpcio_tests/tests/unit/BUILD.bazel
index de33b81e32..4f850220f8 100644
--- a/src/python/grpcio_tests/tests/unit/BUILD.bazel
+++ b/src/python/grpcio_tests/tests/unit/BUILD.bazel
@@ -3,6 +3,7 @@ load("@grpc_python_dependencies//:requirements.bzl", "requirement")
package(default_visibility = ["//visibility:public"])
GRPCIO_TESTS_UNIT = [
+ "_abort_test.py",
"_api_test.py",
"_auth_context_test.py",
"_auth_test.py",