Closed niccokunzmann closed 5 months ago
This is ready to review and merge.
@jacadzaca would you like to have a look, too?
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 | |
---|---|
Change from base Build 9778021439: | -0.2% |
Covered Lines: | 3138 |
Relevant Lines: | 3223 |
I just merged it ... review still welcome and opening issues..
I am going towards the Alpha release now...
This tests and adds compatibility to RFC 7529.
Fixes https://github.com/collective/icalendar/issues/653 Closes #589