We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda0af commit 0e14bcaCopy full SHA for 0e14bca
tests/runfiles/runfiles_test.py
@@ -773,11 +773,6 @@ def testRepositoryMappingTruthiness(self) -> None:
773
self.assertFalse(empty_mapping)
774
self.assertFalse(bool(empty_mapping))
775
776
- # TODO: Add manifest-based test for compact repo mapping
777
- # def testManifestBasedRlocationWithCompactRepoMapping(self) -> None:
778
- # """Test that compact repo mapping also works with manifest-based runfiles."""
779
- # pass
780
-
781
def testCurrentRepository(self) -> None:
782
# Under bzlmod, the current repository name is the empty string instead
783
# of the name in the workspace file.
0 commit comments