-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix title sometimes None #744
Conversation
I have no idea if this is a reasonable fix, it works for me so far. |
@clach04 Please have a look at the failing tests |
Handle case when title really is None
Thanks @MartinThoma for putting the time in to getting CI tests integrated with pull-requests, really helpful! 👍 Additional change added to handle case where title really is missing. |
Codecov Report
@@ Coverage Diff @@
## main #744 +/- ##
=======================================
Coverage 67.81% 67.81%
=======================================
Files 9 9
Lines 3309 3309
Branches 782 782
=======================================
Hits 2244 2244
Misses 818 818
Partials 247 247
Continue to review full report at Codecov.
|
Security (SEC): - ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG): - Fix merging encrypted files (#757) - CCITTFaxDecode decodeParms can be an ArrayObject (#756) Robustness improvements (ROBUST): - title sometimes None (#744) Documentation (DOC): - Adjust short description of the package Tests and Test setup (TST): - Rewrite JS tests from unittest to pytest (#746) - Increase Test coverage, mainly with filters (#756) - Add test for inline images (#758) Developer Experience Improvements (DEV): - Remove unused Travis-CI configuration (#747) - Show code coverage (#754, #755) - Add mutmut (#760) Miscellaneous: - STY: Closing file handles, explicit exports, ... (#743) All changes: 1.27.4...1.27.5
Fixes #511