Fixed some tests, added a few more
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user