From a77404ae6b8e286ccf0e5b61f7e3b1d3d3fafd3c Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Mon, 5 Aug 2019 16:38:41 -0700 Subject: [PATCH] Add README to bazel test --- bazel/test/python_test_repo/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bazel/test/python_test_repo/README.md diff --git a/bazel/test/python_test_repo/README.md b/bazel/test/python_test_repo/README.md new file mode 100644 index 00000000000..d9dfd1d99b5 --- /dev/null +++ b/bazel/test/python_test_repo/README.md @@ -0,0 +1,5 @@ +## Bazel Workspace Test + +This directory houses a test ensuring that downstream projects can use +`@com_github_grpc_grpc//src/python/grpcio:grpcio`, `py_proto_library`, and +`py_grpc_library`.