diff --git a/testcase/test_scene1/scene1_mainflow.py b/testcase/test_scene1/scene1_mainflow.py index 671a9297a5cd7c82e4b6e62c05a49c31a8377ff5..85aca40a4f594d73018c800aa2871c63a1f27434 100644 --- a/testcase/test_scene1/scene1_mainflow.py +++ b/testcase/test_scene1/scene1_mainflow.py @@ -8,7 +8,6 @@ import os import sys cur_path = os.path.abspath(os.path.dirname(__file__))# 获取当前文件的目录 proj_path = cur_path[:cur_path.find('testcase')]# 获取根目录 -print(proj_path) sys.path.append(proj_path) # from airtest.core.api import *