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 62f05ec commit f982303Copy full SHA for f982303
tests/whl_with_build_files/verify_files_test.py
@@ -3,7 +3,10 @@
3
4
class VerifyFilestest(unittest.TestCase):
5
6
- def test_stuff(self):
+ 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.
10
import somepkg
11
import somepkg.a
12
import somepkg.subpkg
0 commit comments