Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
toolchains_protoc
/
c9f15ae3a9bc1d6f43a3caa2ed4e6a0f7d876a36
/
.
/
examples
/
python
/
BUILD
blob: 952987991a7ca1389ec14cc32bc574fbc8dbb296 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_test"
)
py_test
(
name
=
"message_test"
,
srcs
=
[
"message_test.py"
],
deps
=
[
"//:foo_py_proto"
],
)