From 38ee10740c0e704ccc9a017c464ce5a632d3e3ab Mon Sep 17 00:00:00 2001 From: SONIABHISHEK121 Date: Thu, 11 Jul 2024 19:11:50 +0530 Subject: [PATCH] test_pyi25.py: resolved merge conflicts and added more tests to increase coverage Signed-off-by: SONIABHISHEK121 --- tests/test_pyi25.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_pyi25.py b/tests/test_pyi25.py index b7367069..7a8d7d20 100644 --- a/tests/test_pyi25.py +++ b/tests/test_pyi25.py @@ -139,7 +139,4 @@ def test_main_with_noverificador(): with open("prueba-cae-i25.png", "rb") as f: content = f.read() assert len(content) > 0 -<<<<<<< HEAD -======= ->>>>>>> 6922dcc (test_pyi25.py : added tests to increase coverage from 81% to 86%)