• Home
Name Date Size #Lines LOC

..--

subpkg/04-Jul-2025-5235

BUILD.inD04-Jul-202538 21

BUILD.outD04-Jul-20251.1 KiB5447

README.mdD04-Jul-2025491 117

WORKSPACED04-Jul-20250

__init__.pyD04-Jul-2025216 104

__main__.pyD04-Jul-2025172 82

gazelle_python.yamlD04-Jul-2025694 194

module1.pyD04-Jul-20250 10

module2.pyD04-Jul-2025140 62

module2_test.pyD04-Jul-202580 62

test.yamlD04-Jul-2025631 183

README.md

1# Annotation: Include Dep
2
3Test that the Python gazelle annotation `# gazelle:include_dep` correctly adds dependences
4to the generated target even if those dependencies are not imported by the Python module.
5
6The root directory tests that all `py_*` targets will correctly include the additional
7dependencies.
8
9The `subpkg` directory tests that all `# gazlle:include_dep` annotations found in all source
10files are included in the generated target (such as during `generation_mode package`).
11