def test_calendarList_insert_and_delete(self): calendarList = CalendarList(self.calendar_service, "calendar-test") calendarList.insert() calendarList.delete()
def test_calandar_list(self): calendar = CalendarList(self.calendar_service, "calendar-test") calendar.insert() self.failIf(not calendar.exists())