首先,除非你改变tests/test_testclass.py,你需要改变module/__init__.py如下:
tests/test_testclass.py
module/__init__.py
from .testclass import TestClass __all__ = ['TestClass']
并且,当您运行py.test set PYTHONPATH环境变量时,让解释器知道何时查找模块:
PYTHONPATH
PYTHONPATH=. py.test