Browse Source

feat: tijiao

liumiaomiao 1 year ago
parent
commit
fc56cabf94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cases/未登录功能/链接验证/check_link.py

+ 1 - 1
cases/未登录功能/链接验证/check_link.py

@@ -4,7 +4,7 @@ import csv
 class c1:
 class c1:
     #测试步骤
     #测试步骤
     tags=['pc超级订阅购买页面能否正常打开']
     tags=['pc超级订阅购买页面能否正常打开']
-    file_path = './urls.csv'
+    file_path = './doc/urls.csv'
     ddt_cases = []
     ddt_cases = []
     with open(file_path,'r') as f:
     with open(file_path,'r') as f:
         reads=csv.reader(f)
         reads=csv.reader(f)