Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
toolchains_protoc
/
HEAD
/
.
/
examples
/
python
/
BUILD
blob: 34becda0ab767917eaa480b76586470e9372c939 [
file
] [
log
] [
blame
]
load
(
"@rules_python//python:defs.bzl"
,
"py_test"
)
py_test
(
name
=
"message_test"
,
srcs
=
[
"message_test.py"
],
deps
=
[
"//proto:greeter_py_proto"
],
)