collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
1k stars 172 forks source link

RFC 7529 compatibility #667

Closed niccokunzmann closed 5 months ago

niccokunzmann commented 5 months ago

This tests and adds compatibility to RFC 7529.

Fixes https://github.com/collective/icalendar/issues/653 Closes #589

niccokunzmann commented 5 months ago

This is ready to review and merge.

niccokunzmann commented 5 months ago

@jacadzaca would you like to have a look, too?

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 9778187391

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/icalendar/prop.py 67 70 95.71%
src/icalendar/tests/test_rfc_7529.py 18 23 78.26%
<!-- Total: 95 103 92.23% -->
Files with Coverage Reduction New Missed Lines %
src/icalendar/prop.py 1 96.69%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 9778021439: -0.2%
Covered Lines: 3138
Relevant Lines: 3223

💛 - Coveralls
niccokunzmann commented 5 months ago

I just merged it ... review still welcome and opening issues..

I am going towards the Alpha release now...