aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/per_file_subdirs/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/per_file_subdirs/BUILD.out')
-rw-r--r--gazelle/python/testdata/per_file_subdirs/BUILD.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/gazelle/python/testdata/per_file_subdirs/BUILD.out b/gazelle/python/testdata/per_file_subdirs/BUILD.out
new file mode 100644
index 0000000..69c42e0
--- /dev/null
+++ b/gazelle/python/testdata/per_file_subdirs/BUILD.out
@@ -0,0 +1,10 @@
+load("@rules_python//python:defs.bzl", "py_library")
+
+# gazelle:python_generation_mode file
+
+py_library(
+ name = "foo",
+ srcs = ["foo.py"],
+ visibility = ["//:__subpackages__"],
+ deps = ["//bar:__init__"],
+)