最佳答案
我有一个这样的文件夹结构
App
--App
--app.py
--Docs
--Tests
--test_app.py
在我的 test_app.py file
中,我有一行导入我的应用程序模块。当我在根文件夹上运行 py.test 时,我得到了关于没有名为 app 的模块的错误。我应该如何配置它?