collective / icalendar

icalendar parser library for Python

Home Page:https://icalendar.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split tests for custom components and calendar parsing

angatha opened this issue · comments

This issue arises from #417. See that PR for more context.

In #417, a testcase was refactored that uses icalendar.Calendar.from_ical(...) to parse a custom component.

This test case should be split into two. One for Calendar and one for custom components.

This issue relates to #432 which documents how to parse custom components.