-
Notifications
You must be signed in to change notification settings - Fork 269
Update Python 3 #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update Python 3 #139
Conversation
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
Actualización de los WS afectados por la RG5616
reingart
requested changes
Apr 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.