github.com/tiagovtristao/plz@v13.4.0+incompatible/test/python_rules/scipy_test.py (about) 1 import unittest 2 3 4 class SciPyTest(unittest.TestCase): 5 6 def test_can_import(self): 7 # This fails to import if we put an __init__.py in the wrong place. 8 from third_party.python.scipy import stats