Merged
Conversation
Actualización de los WS afectados por la RG5616
reingart
requested changes
Apr 30, 2025
Owner
reingart
left a comment
There was a problem hiding this comment.
Failing Tests:
FAILED tests/test_pyfepdf.py::test_main_cargar - ValueError: Error al leer campo iva_id pos 75 val '05Des': invalid literal for int() with base 10: '05Des'
FAILED tests/test_pyfepdf.py::test_main_grabar - AssertionError: assert ['1P0001 ... \n'] == []
Left contains 3 more items, first extra item: '1P0001 000000000100070000001331000000000013310000005Descripcion del producto P0001\x0bLorem i... 0000123456000000000000000001234567890123Dato A \n'
Full diff:
[
- ,
+ '1P0001 '
+ '000000000100070000001331000000000013310000005Descripcion del producto '
+ 'P0001\x0b'
+ 'Lorem ipsum sit amet Lorem ipsum sit amet Lorem ipsum sit amet Lorem ipsum '
+ 'sit amet Lorem ipsum sit amet Lorem ipsum sit amet Lorem ipsum sit amet '
+ 'Lorem ipsum sit amet Lorem ipsum sit amet Lorem ipsum sit '
+ 'amet '
+ '000000000000000 Nº 123456 '
+ '0000123456000000000000000001234567890123Dato '
+ 'A \n',
+ '1 99 '
+ '-000000001210000005Bonificación/Descuento '
+ '10% \n',
+ '1 00 '
+ 'Descripción '
+ 'Ejemplo \n',
]
FAILED tests/test_wsbfev1.py::test_crear_factura - UnboundLocalError: local variable 'fact' referenced before assignment
FAILED tests/test_wsbfev1.py::test_agregar_item - UnboundLocalError: local variable 'fact' referenced before assignment
FAILED tests/test_wsbfev1.py::test_agregar_cbte_asoc - UnboundLocalError: local variable 'fact' referenced before assignment
FAILED tests/test_wsbfev1.py::test_agregar_opcional - UnboundLocalError: local variable 'fact' referenced before assignment
FAILED tests/test_wsbfev1.py::test_autorizar - UnboundLocalError: local variable 'fact' referenced before assignment
FAILED tests/test_wsbfev1_receb1.py::test_main_prueba - UnboundLocalError: local variable 'fact' referenced before assignment
Corrijo unit test de formato PDF
python pyfepdf.py --grabar --prueba --fecha_prueba cp facturas.txt tests
reingart
approved these changes
May 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Actualización de los WS afectados por la RG5616.
Soluciono problemas del anterior Pull Request.