更新 Test_Api_Runner.py

This commit is contained in:
2025-11-03 08:27:02 +00:00
parent 419fd1d190
commit b34b905d5a

View File

@@ -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