Closed vytas7 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
d45c06c
) to head (532b44e
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The code now has full unit test coverage, but I am still adding more cases.
Unvendoring and rewriting mimeparse functionality:
I believe the code is more or less complete now, and I'm proposing it as is.
Some things that are, however, known to still be work in progress:
print()
s.ValueError
.Tune the LRU cache decorators, esp on PyPy (where to use the "simple logic" passthrough). Not critical for release -- postponed to post-4.0.