• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("@rules_python//python:defs.bzl", "py_test")
2
3py_test(
4    name = "foo_test",
5    srcs = ["foo_test.py"],
6    visibility = ["//visibility:public"],
7)
8