9 lines
141 B
Python
9 lines
141 B
Python
|
|
|
||
|
|
licenses(["notice"])
|
||
|
|
|
||
|
|
load("//third_party/fruit/tests:build_defs.bzl", "fruit_py_tests")
|
||
|
|
|
||
|
|
fruit_py_tests(
|
||
|
|
srcs = glob(["test_*.py"]),
|
||
|
|
)
|