|
@@ -6,7 +6,7 @@ class c1:
|
|
tags=['pc超级订阅购买页面能否正常打开']
|
|
tags=['pc超级订阅购买页面能否正常打开']
|
|
file_path = './doc/urls.csv'
|
|
file_path = './doc/urls.csv'
|
|
ddt_cases = []
|
|
ddt_cases = []
|
|
- with open(file_path,'r') as f:
|
|
|
|
|
|
+ with open(file_path,'r',encoding='utf-8') as f:
|
|
reads=csv.reader(f)
|
|
reads=csv.reader(f)
|
|
for d in reads:
|
|
for d in reads:
|
|
ddt_cases.append(
|
|
ddt_cases.append(
|