aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/per_file/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/per_file/BUILD.out')
-rw-r--r--gazelle/python/testdata/per_file/BUILD.out34
1 files changed, 0 insertions, 34 deletions
diff --git a/gazelle/python/testdata/per_file/BUILD.out b/gazelle/python/testdata/per_file/BUILD.out
deleted file mode 100644
index 6deada8..0000000
--- a/gazelle/python/testdata/per_file/BUILD.out
+++ /dev/null
@@ -1,34 +0,0 @@
-load("@rules_python//python:defs.bzl", "py_library", "py_test")
-
-# gazelle:python_generation_mode file
-
-# This target should be kept unmodified by Gazelle.
-py_library(
- name = "custom",
- srcs = ["bar.py"],
- tags = ["cant_touch_this"],
- visibility = ["//visibility:private"],
-)
-
-py_library(
- name = "baz",
- srcs = ["baz.py"],
- visibility = ["//:__subpackages__"],
-)
-
-py_library(
- name = "foo",
- srcs = ["foo.py"],
- visibility = ["//:__subpackages__"],
- deps = [":custom"],
-)
-
-py_test(
- name = "bar_test",
- srcs = ["bar_test.py"],
-)
-
-py_test(
- name = "foo_test",
- srcs = ["foo_test.py"],
-)