From b34b905d5ada9fff86ab01e615ec09bd5f34734b Mon Sep 17 00:00:00 2001 From: luhaitao Date: Mon, 3 Nov 2025 08:27:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Test=5FApi=5FRunner.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test_Api_Runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test_Api_Runner.py b/Test_Api_Runner.py index dbcaac3..d1d51f0 100644 --- a/Test_Api_Runner.py +++ b/Test_Api_Runner.py @@ -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