1 2 licenses(["notice"]) 3 4 load("//third_party/fruit/tests:build_defs.bzl", "fruit_py_tests") 5 6 fruit_py_tests( 7 srcs = glob(["test_*.py"]), 8 ) 9 10