From ae7cd13513388234120926d7bbda28d56c108b75 Mon Sep 17 00:00:00 2001 From: chenyongzhiaaron <262667641@qq.com> Date: Fri, 11 Aug 2023 10:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=9D=E8=B5=96=E8=A3=85?= =?UTF-8?q?=E9=A5=B0=E5=99=A8=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=91=8A=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E8=BE=B9=E8=B7=9D=E5=8F=8A=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 123 ++++---- OutPut/reports/report.html | 424 +++++++++++++++++++-------- cases/cases/test_cases.xlsx | Bin 18499 -> 17935 bytes common/database/__init__.py | 4 + common/database/mysql_client.py | 4 + common/utils/action.py | 3 +- common/utils/decorators.py | 23 +- common/utils/install_dependencies.py | 9 - common/validation/comparators.py | 4 +- output/reports/history.json | 2 +- run.py | 6 +- templates/templates2.html | 12 +- 12 files changed, 411 insertions(+), 203 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51cd511..5808bcb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,19 @@