0
當我嘗試自動發現並運行在我的測試中的PyDev我得到很多的導入錯誤......PyDev正試圖導入與測試無關的文件?
例如:
Finding files... done.
Importing test modules ... Traceback (most recent call last):
File "C:\Users\User\Documents\eclipse\dropins\plugins\org.python.pydev.debug_2.4.0.2012020116\pysrc\pydev_runfiles.py", line 307, in __get_module_from_str
mod = __import__(modname)
ImportError: No module named docs.conf
ERROR: Module: docs.conf could not be imported (file: C:/Users/User/Documents/workspaces/workspace1/test/docs/conf.py).
done.
正如你可以看到「conf.py」文件只是文檔所需的文件:不是實際的代碼。在搜索測試時,如何限制PyDev過度使用?