0
我想通過添加從github.com下載的sys.path中的龍捲風版本運行測試。未添加到Python路徑與zc.recipe.testrunner額外路徑
[tests]
recipe = zc.recipe.testrunner
extra-paths = ${buildout:directory}/parts/tornado/
defaults = ['--auto-color', '--auto-progress', '-v']
但是當我運行斌/測試中,我得到以下錯誤:
ImportError: No module named tornado
難道我不理解如何使用額外的路徑?
馬丁