Name Date Size #Lines LOC

..--

subpkg/H25-Apr-2025-5235

BUILD.inH A D25-Apr-202538 21

BUILD.outH A D25-Apr-20251.1 KiB5447

README.mdH A D25-Apr-2025491 117

WORKSPACEHD25-Apr-20250

__init__.pyH A D25-Apr-2025216 104

__main__.pyH A D25-Apr-2025172 82

gazelle_python.yamlH A D25-Apr-2025694 194

module1.pyH A D25-Apr-20250 10

module2.pyH A D25-Apr-2025140 62

module2_test.pyH A D25-Apr-202580 62

test.yamlH A D25-Apr-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