Arthur-Wu committed this file on 2024-11-26
This commit is contained in:
@ -12,4 +12,4 @@ ReportsURL: http://192.168.1.165
|
||||
|
||||
# 4-联测测试的商超列表: WuShang\ZhongBai\YongHui\JiajiaYue
|
||||
MarketsArray:
|
||||
- ZhongBai
|
||||
- WuShang
|
@ -31,13 +31,10 @@ def __data_init():
|
||||
DataList = []
|
||||
for fn in ProCfgData["MarketsArray"]:
|
||||
FP = os.path.join(GlobalPath["YMDataPath"], fn+".yaml").replace("\\", "/")
|
||||
print(f"---market scene test data file path: {FP}---")
|
||||
data = yam().read_yaml(FP)
|
||||
DataList.append(data)
|
||||
return DataList
|
||||
DataInit = __data_init()
|
||||
print(f"---DataInit: {DataInit}")
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user