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