blob: f9076247675b3953ff47ab1efe4f8fad0f5edf6f [file] [log] [blame]
load("@rules_python//python:defs.bzl", "py_test")
py_test(
name = "foo_test",
srcs = ["foo_test.py"],
visibility = ["//visibility:public"],
)