• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("@rules_python//python:defs.bzl", "py_library")
2
3something(
4    name = "__test__",
5)
6
7py_library(
8    name = "generated_test_entrypoint",
9    srcs = ["__init__.py"],
10)
11