aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/per_file_subdirs/test_target/BUILD.out
AgeCommit message (Collapse)Author
2024-01-17Revert "Upgrade bazelbuild-rules_python to 0.28.0"Yifan Hong
This reverts commit 1508c18d9e27325a8d9c574a90d205e0a1d8a78f. Reason for revert: breaks build, not caught by treehugger Change-Id: Id40b5eefc5f4f0f6e4a0122fbfa53b0c3c265985
2023-11-16feat(gazelle): allow per-file py_test generation (#1563)Nikolaus Wittenstein
Previously the per-file target generation only worked for py_library targets. This change makes it so that this feature works for py_test targets as well. The change is careful to not affect any existing tests, so I'm not sure if it should count as a breaking change. New tests have been added to check the new functionality.