| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| foo/ | 04-Jul-2025 | - | 24 | 6 | ||
| BUILD.in | D | 04-Jul-2025 | 0 | |||
| BUILD.out | D | 04-Jul-2025 | 0 | |||
| README.md | D | 04-Jul-2025 | 189 | 5 | 3 | |
| WORKSPACE | D | 04-Jul-2025 | 55 | 2 | 1 | |
| test.yaml | D | 04-Jul-2025 | 608 | 16 | 1 |
README.md
1# Simple library without `__init__.py` 2 3This test case asserts that a simple `py_library` is generated as expected 4without an `__init__.py` but with a `BUILD` file marking it as a package. 5