aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Richard Belleville <rbellevi@google.com>2018-12-21 13:44:20 -0800
committerGravatar Richard Belleville <rbellevi@google.com>2018-12-27 13:50:30 -0800
commitdd4830eae80143f5b0a9a3a1a024af4cf60e7d02 (patch)
treeec787f9346772082c91b7ad1a8d14493e9968849 /src/python/grpcio_tests/tests/unit/BUILD.bazel
parentbae61a0f43db262d6170c53c0b77db04b0113ad1 (diff)
Make gRPC version string available as grpc.__version__
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 1b462ec67a..a9bcd9f304 100644
--- a/src/python/grpcio_tests/tests/unit/BUILD.bazel
+++ b/src/python/grpcio_tests/tests/unit/BUILD.bazel
@@ -7,6 +7,7 @@ GRPCIO_TESTS_UNIT = [
"_api_test.py",
"_auth_context_test.py",
"_auth_test.py",
+ "_version_test.py",
"_channel_args_test.py",
"_channel_close_test.py",
"_channel_connectivity_test.py",