我有以下文件夹结构(找到图像)但是当我使用下面的代码并使用命令&#34运行时;表现-D BROWSER = chrome --no-capture " 它给我的错误就像 ModuleNotFoundError:没有名为' product_library' 的模块 无法理解product_library在同一路径中可用但仍然编译器抛出错误。
我的用法就像
from product_library.initialize import Initialize
def before_all(context):
print(".............Executing before all.............\n")
def before_feature(context, feature):
print(".............Executing before all.............\n")