Skip to content

Commit f982303

Browse files
committed
comment why its just import statements
1 parent 62f05ec commit f982303

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/whl_with_build_files/verify_files_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
class VerifyFilestest(unittest.TestCase):
55

6-
def test_stuff(self):
6+
def test_wheel_with_build_files_importable(self):
7+
# If the BUILD files are present, then these imports should fail
8+
# because globs won't pass package boundaries, and the necessary
9+
# py files end up missing in runfiles.
710
import somepkg
811
import somepkg.a
912
import somepkg.subpkg

0 commit comments

Comments
 (0)