Files
mongo/buildscripts/resmokelib/testing/BUILD.bazel
Alexander Neben 0faff5d1e0 SERVER-97704 Wrapped resmoke in bazel (#29688)
GitOrigin-RevId: 08adfc2fdf9fc89103d9a963991a850b2a3856d0
2024-12-03 06:05:55 +00:00

7 lines
149 B
Python

py_library(
name = "testing",
srcs = glob(["**/*.py"]), # TODO: narrow this down
visibility = ["//visibility:public"],
deps = [],
)