Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
a9a0e59513933dade0dda8d58a76c4d521e3b6ea
/
.
/
examples
/
py_proto_library
/
BUILD.bazel
blob: f9ec69d2fd37d9ece4b4c7a465c8ac225090bbba [
file
] [
log
] [
blame
]
load
(
"@rules_python//python:defs.bzl"
,
"py_test"
)
py_test
(
name
=
"pricetag_test"
,
srcs
=
[
"test.py"
],
main
=
"test.py"
,
deps
=
[
"//example.com/proto:pricetag_proto_py_pb2"
,
],
)