grpc/bazel/test/python_test_repo
Richard Belleville 695f6daf14
Merge pull request #20586 from djwenren/fix-deps
Move extra dependencies out of WORKSPACE to its own macro.
2019-10-24 12:13:40 -07:00
..
tools Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
.gitignore Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
BUILD Switch to `py2and3_test` rule from py_test 2019-10-16 13:26:59 -07:00
README.md Add README to bazel test 2019-08-05 16:38:41 -07:00
WORKSPACE Address comments. 2019-10-14 22:51:10 -07:00
helloworld.proto Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
helloworld.py Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface. 2019-10-15 17:47:02 -07:00
helloworld_moved.py Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface. 2019-10-15 17:47:02 -07:00

README.md

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.