We are experiencing test failures in test_pyfepdf.py and test_wsltv.py. The specific tests that are failing are test_main_grabar and test_main_autorizar_testing respectively.
In test_main_grabar, the test is failing with an AssertionError. The assertion that is failing is related to the product description and it seems like the expected and actual values are not matching.
In test_main_autorizar_testing, the test is failing with a SystemExit: 5 error. This indicates that the program is exiting with a status of 5, which might be due to an error condition in the code being tested.

We are experiencing test failures in test_pyfepdf.py and test_wsltv.py. The specific tests that are failing are test_main_grabar and test_main_autorizar_testing respectively.
In test_main_grabar, the test is failing with an AssertionError. The assertion that is failing is related to the product description and it seems like the expected and actual values are not matching.
In test_main_autorizar_testing, the test is failing with a SystemExit: 5 error. This indicates that the program is exiting with a status of 5, which might be due to an error condition in the code being tested.