在python中导入相邻模块

时间:2014-11-30 17:14:15

标签: python import

我有以下文件夹结构,以使我的单元测试文件与他们测试的实际模块分开。

proj/
  foo/
    __init__.py
    bar.py
  tests/
    test.py

如何从foo导入模块test.py

1 个答案:

答案 0 :(得分:0)

这应该有效

from .. import foo