Fixed some tests, added a few more

This commit is contained in:
Ace
2020-06-10 15:12:44 +02:00
parent 03a184775c
commit 632214e0f0
4 changed files with 59 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ class ical_parser_test(unittest.TestCase):
def test_load_url(self):
print('testing loading via URL')
ical.load_url('https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics')
def test_get_events(self):
print('testing parsing of events')
ical.get_events(arrow.now(), arrow.now().shift(weeks=30))