github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/queue_health/graph/BUILD.bazel (about) 1 py_test( 2 name = "graph_test", 3 srcs = [ 4 "graph.py", 5 "graph_test.py", 6 ], 7 ) 8 9 filegroup( 10 name = "package-srcs", 11 srcs = glob(["**"]), 12 tags = ["automanaged"], 13 visibility = ["//visibility:private"], 14 ) 15 16 filegroup( 17 name = "all-srcs", 18 srcs = [":package-srcs"], 19 tags = ["automanaged"], 20 visibility = ["//visibility:public"], 21 )