From c0dc1bc9676d0bc15355cfd16e9bb92a31518aa8 Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期四, 25 七月 2024 11:50:11 +0800 Subject: [PATCH] 测评系统自动测试 --- po/caq_answer_page.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/po/caq_answer_page.py b/po/caq_answer_page.py index 7504f42..a5aa503 100644 --- a/po/caq_answer_page.py +++ b/po/caq_answer_page.py @@ -30,6 +30,7 @@ current = int(match.group(1)) total = int(match.group(2)) while current <= total: + print(f"\n鐜板湪鏄疌AQ鍒嗙墖1绗瑊current}棰�") # 鑾峰彇鎵�鏈夐鐩� questions = self.get_eles(self.elements.questions, 5) for question in questions: @@ -59,6 +60,7 @@ total = int(match.group(2)) while current <= total: + print(f"\n鐜板湪鏄疌AQ鍒嗙墖2绗瑊current}棰�") # 鑾峰彇鍒版墍鏈夐�夐」 options = self.get_eles(self.elements.options_2, 5) number = random.randint(0, 4) -- Gitblit v1.9.1