Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
one/ | H | 25-Apr-2025 | - | 176 | 92 | |
three/ | H | 25-Apr-2025 | - | 42 | 21 | |
two/ | H | 25-Apr-2025 | - | 34 | 13 | |
BUILD.in | HD | 25-Apr-2025 | 0 | |||
BUILD.out | HD | 25-Apr-2025 | 0 | |||
README.md | H A D | 25-Apr-2025 | 421 | 12 | 7 | |
WORKSPACE | H A D | 25-Apr-2025 | 39 | 2 | 1 | |
test.yaml | H A D | 25-Apr-2025 | 608 | 16 | 1 |
README.md
1# First-party dependencies 2 3There are 2 different scenarios that the extension needs to handle: 4 51. Import statements that match sub-directory names. 62. Import statements that don't match sub-directory names and need a hint from 7 the user via directives. 8 9This test case asserts that the generated targets cover both scenarios. 10 11With the hint we need to check if it's a .py file or a directory with `__init__.py` file. 12