Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
4864b85b5a829cfa1ea901b3c66e131036351d96
/
.
/
gazelle
/
python
/
testdata
/
multiple_tests
/
BUILD.in
blob: 9e84e5dc327529bf485478b6a387d3f217742c55 [
file
] [
log
] [
blame
]
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
,
"py_test"
)
py_library
(
name
=
"multiple_tests"
,
srcs
=
[
"__init__.py"
],
visibility
=
[
"//:__subpackages__"
],
)
py_test
(
name
=
"bar_test"
,
srcs
=
[
"bar_test.py"
],
)