Skip to content

MAINT: Separated CCITTFax param parsing/decoding#841

Merged
MartinThoma merged 1 commit intomainfrom
test-filters-style
May 1, 2022
Merged

MAINT: Separated CCITTFax param parsing/decoding#841
MartinThoma merged 1 commit intomainfrom
test-filters-style

Conversation

@MartinThoma
Copy link
Copy Markdown
Member

  • BUG: Changed default /K to conform with the PDF 1.7 standard
  • TST: Add test for CCITTFax
  • TST: Add test for TextStringObject

STY:

  • Group Python 2.7 imports
  • camelCase variables to snake_case
  • Apply black formatter

* BUG: Changed default /K to conform with the PDF 1.7 standard
* TST: Add test for CCITTFax
* TST: Add test for TextStringObject

STY:
* Group Python 2.7 imports
* camelCase variables to snake_case
* Apply black formatter
@codecov
Copy link
Copy Markdown

codecov bot commented May 1, 2022

Codecov Report

Merging #841 (73d6f7a) into main (444fca2) will increase coverage by 0.36%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main     #841      +/-   ##
==========================================
+ Coverage   82.11%   82.47%   +0.36%     
==========================================
  Files          16       16              
  Lines        3768     3778      +10     
  Branches      805      803       -2     
==========================================
+ Hits         3094     3116      +22     
+ Misses        499      494       -5     
+ Partials      175      168       -7     
Impacted Files Coverage Δ
PyPDF2/filters.py 77.52% <81.08%> (+3.50%) ⬆️
PyPDF2/_reader.py 81.24% <100.00%> (-0.05%) ⬇️
PyPDF2/generic.py 85.81% <100.00%> (+0.43%) ⬆️
PyPDF2/pdf.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 444fca2...73d6f7a. Read the comment docs.

@MartinThoma MartinThoma merged commit d2ed8e5 into main May 1, 2022
@MartinThoma MartinThoma deleted the test-filters-style branch May 1, 2022 08:55
MartinThoma added a commit that referenced this pull request May 1, 2022
Robustness (ROB):
-  Handle missing destinations in reader (#840)
-  warn-only in readStringFromStream (#837)
-  Fix corruption in startxref or xref table (#788 and #830)

Documentation (DOC):
-  Project Governance (#799)
-  History of PyPDF2
-  PDF feature/version support (#816)
-  More details on text parsing issues (#815)

Developer Experience (DEV):
-  Add benchmark command to Makefile
-  Ignore IronPython parts for code coverage (#826)

Maintenance (MAINT):
-  Split pdf module (#836)
-  Separated CCITTFax param parsing/decoding (#841)
-  Update requirements files

Testing (TST):
-  Use external repository for larger/more PDFs for testing (#820)
-  Swap incorrect test names (#838)
-  Add test for PdfFileReader and page properties (#835)
-  Add tests for PyPDF2.generic (#831)
-  Add tests for utils, form fields, PageRange (#827)
-  Add test for ASCII85Decode (#825)
-  Add test for FlateDecode (#823)
-  Add test for filters.ASCIIHexDecode (#822)

Code Style (STY):
-  Apply pre-commit (black, isort) + use snake_case variables (#832)
-  Remove debug code (#828)
-  Documentation, Variable names (#839)

Full Changelog: 1.27.9...1.27.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant