更新 Test_Api_Runner.py
This commit is contained in:
@@ -12,7 +12,7 @@ case_path = os.path.join(os.getcwd(), "case")
|
||||
report_path = os.path.join(os.getcwd(), "report")
|
||||
'''API接口测试'''
|
||||
class TestAPIs(unittest.TestCase):
|
||||
# 类变量:跟踪登录状态和API实例
|
||||
# 类变量 跟踪登录状态和API实例
|
||||
_logged_in = False
|
||||
devapi = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user