From 3f584b67bfc4a5d100b67b99e6a8a53abe2d0a1b Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Mon, 18 Mar 2024 09:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=87=87=E8=B4=AD=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...6\215\256\351\207\207\350\264\255\345\215\225\345\217\267.py" | 1 + 1 file changed, 1 insertion(+) diff --git "a/air_case/b3_herp3_purchase/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.air/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.py" "b/air_case/b3_herp3_purchase/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.air/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.py" index 53d6aede..379f96aa 100644 --- "a/air_case/b3_herp3_purchase/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.air/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.py" +++ "b/air_case/b3_herp3_purchase/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.air/a_d4_\351\207\207\350\264\255\345\215\225\347\256\241\347\220\206_\345\210\227\350\241\250\346\237\245\350\257\242_\347\262\276\347\241\256\346\237\245\350\257\242_\346\240\271\346\215\256\351\207\207\350\264\255\345\215\225\345\217\267.py" @@ -75,6 +75,7 @@ def test1(): total = commonFuc().analysis_json('total', data) if code == 0 and total ==1: commonFuc().check_text_exist(0, result) + commonFuc().check_text_exist(0, result) else: commonFuc().check_text_exist('error', result) -- GitLab