ctalkington / python-ipp

Asynchronous Python client for Internet Printing Protocol (IPP)
MIT License
36 stars 20 forks source link

Fix parsing of IPP collections #572

Closed ctalkington closed 6 months ago

ctalkington commented 6 months ago

implements parsing that is compliant with RFC 8011 definition of collection including nested collections

https://datatracker.ietf.org/doc/html/rfc8011#section-5.1.17

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 96.29630% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 94.71%. Comparing base (545d6cb) to head (9ad433c).

Files Patch % Lines
src/pyipp/parser.py 96.29% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #572 +/- ## ========================================== + Coverage 94.66% 94.71% +0.04% ========================================== Files 9 9 Lines 825 851 +26 Branches 124 130 +6 ========================================== + Hits 781 806 +25 Misses 19 19 - Partials 25 26 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.