mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Add a build rule for the boilerplate unit test.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
exports_files(glob(["*.txt"]))
|
||||
|
||||
py_test(
|
||||
name = "boilerplate_test",
|
||||
srcs = [
|
||||
"boilerplate_test.py",
|
||||
"boilerplate.py",
|
||||
],
|
||||
data = glob(["*.txt", "test/*"]),
|
||||
)
|
||||
|
Reference in New Issue
Block a user