You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: