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"],
)