forked from reingart/pyafipws
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Check completeness of facturas.txt file #93
Labels
good first issue
Good for newcomers
Comments
There is some unicode error due to accented characters while comparing the .txt files in Python 2. The below code was written to check if the files were same:
The test worked with Python 3 but gave the following error with Python 2:-
There seems to be some unicode issue with the accented characters in the tests/formatos.txt file which is causing failure. |
Hello, So if I understand, the problem is finding some way to verify the factruras.txt file has the complete data right?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please check that the saved invoice, factura.txt is complete
You could compare it with a previous saved file
Originally posted by @reingart in #71 (comment)
The text was updated successfully, but these errors were encountered: