File: test_issue_117_until_before_dtstart.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-- 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""The atlassian confluence calendar sets the until value lower than the DTSTART when then event is deleted.

See https://github.com/niccokunzmann/python-recurring-ical-events/issues/117
"""


def test_event_is_deleted(calendars):
    """No event takes place."""
    assert not list(calendars.issue_117_until_before_dtstart.all())