File: test_recurrence_sequence_number.py

package info (click to toggle)
python-recurring-ical-events 3.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,128 kB
  • sloc: python: 2,896; sh: 15; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""
Tests for modified recurrences with lower sequence number than their base event
"""


def test_modified_recurrence_lower_sequence_number(calendars):
    events = calendars.recurrence_sequence_number.at("20200922")
    assert len(events) == 1
    assert events[0].get("SUMMARY") == "Modified event"