Skip to content

Commit 24ace24

Browse files
committed
Update tests
1 parent 7b08030 commit 24ace24

File tree

38 files changed

+32
-41
lines changed

38 files changed

+32
-41
lines changed

gazelle/python/testdata/relative_imports/BUILD.out

Lines changed: 0 additions & 14 deletions
This file was deleted.

gazelle/python/testdata/relative_imports/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

gazelle/python/testdata/relative_imports/package2/subpackage1/BUILD.out

Lines changed: 0 additions & 8 deletions
This file was deleted.

gazelle/python/testdata/resolve_deps_relative_imports/BUILD.out renamed to gazelle/python/testdata/relative_imports_package_mode/BUILD.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@rules_python//python:defs.bzl", "py_binary")
33
# gazelle:python_generation_mode package
44

55
py_binary(
6-
name = "resolve_deps_relative_imports_bin",
6+
name = "relative_imports_package_mode_bin",
77
srcs = ["__main__.py"],
88
main = "__main__.py",
99
visibility = ["//:__subpackages__"],

0 commit comments

Comments
 (0)