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